diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-25 15:38:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-25 15:38:15 +0100 |
| commit | fa1a42e87704a93266245b0e7cf0dce2b5c42f66 (patch) | |
| tree | 290a384ded60d5b4a468dab5dffb6ca4ea4c9891 /src/wx/screen_dialog.h | |
| parent | d4bdbb21755b52094988ade47fb51a5698def744 (diff) | |
Missing i18n tags.
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 5ae369415..5b786f6c1 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ class ScreenDialog : public wxDialog public: ScreenDialog ( wxWindow *, - std::string, + wxString, std::string name = "", boost::optional<dcp::Certificate> c = boost::optional<dcp::Certificate> (), std::vector<dcp::Certificate> d = std::vector<dcp::Certificate> () |
