diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-09 16:05:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-09 16:05:59 +0100 |
| commit | ea3e9db20ede512d5e5d73b41c4cb796eeef56d3 (patch) | |
| tree | cd424d0153aca69cade63e42a0f082100e89b0fb /src/wx/fonts_dialog.cc | |
| parent | 9f047a1db33a1beeab4099d91fc52da4b0cdd92d (diff) | |
Add hint about > 640kB font files (#588).
Diffstat (limited to 'src/wx/fonts_dialog.cc')
| -rw-r--r-- | src/wx/fonts_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/fonts_dialog.cc b/src/wx/fonts_dialog.cc index a4a3d26c4..22078dafd 100644 --- a/src/wx/fonts_dialog.cc +++ b/src/wx/fonts_dialog.cc @@ -25,6 +25,7 @@ using std::list; using std::string; +using std::cout; using boost::shared_ptr; FontsDialog::FontsDialog (wxWindow* parent, shared_ptr<SubtitleContent> content) |
