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/cinema_dialog.cc | |
| parent | d4bdbb21755b52094988ade47fb51a5698def744 (diff) | |
Missing i18n tags.
Diffstat (limited to 'src/wx/cinema_dialog.cc')
| -rw-r--r-- | src/wx/cinema_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/cinema_dialog.cc b/src/wx/cinema_dialog.cc index 43017b56b..df56b9cbe 100644 --- a/src/wx/cinema_dialog.cc +++ b/src/wx/cinema_dialog.cc @@ -37,8 +37,8 @@ column (string s) return s; } -CinemaDialog::CinemaDialog (wxWindow* parent, string title, string name, list<string> emails, int utc_offset_hour, int utc_offset_minute) - : wxDialog (parent, wxID_ANY, std_to_wx (title)) +CinemaDialog::CinemaDialog (wxWindow* parent, wxString title, string name, list<string> emails, int utc_offset_hour, int utc_offset_minute) + : wxDialog (parent, wxID_ANY, title) { wxBoxSizer* overall_sizer = new wxBoxSizer (wxVERTICAL); SetSizer (overall_sizer); |
