summaryrefslogtreecommitdiff
path: root/src/wx/cinema_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-25 15:38:15 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-25 15:38:15 +0100
commitfa1a42e87704a93266245b0e7cf0dce2b5c42f66 (patch)
tree290a384ded60d5b4a468dab5dffb6ca4ea4c9891 /src/wx/cinema_dialog.h
parentd4bdbb21755b52094988ade47fb51a5698def744 (diff)
Missing i18n tags.
Diffstat (limited to 'src/wx/cinema_dialog.h')
-rw-r--r--src/wx/cinema_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/cinema_dialog.h b/src/wx/cinema_dialog.h
index 2949d6c8c..187bd11f2 100644
--- a/src/wx/cinema_dialog.h
+++ b/src/wx/cinema_dialog.h
@@ -29,7 +29,7 @@ class CinemaDialog : public wxDialog
public:
CinemaDialog (
wxWindow *,
- std::string,
+ wxString,
std::string name = "",
std::list<std::string> emails = std::list<std::string> (),
int utc_offset_hour = 0,