X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.cc;h=407a7370bed43de08669b2ed032d9e1c8fd22493;hb=3541f0b68d087998c9f73863f5b7ec7f7ed59523;hp=ae9b1d3ed2f40fc007503aef5a22028c7d03dc98;hpb=bf7d89546d4bbc155d4367a7bd5f3e17fa08369a;p=dcpomatic.git diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index ae9b1d3ed..407a7370b 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington 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 @@ -27,6 +27,7 @@ using std::string; using boost::shared_ptr; +/** @param film Film that we are working on, or 0 */ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr film) : wxDialog (parent, wxID_ANY, _("Report A Problem")) , _film (film) @@ -49,7 +50,7 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr fil #ifdef __WXOSX__ flags |= wxALIGN_RIGHT; t += wxT (":"); -#endif +#endif wxStaticText* m = new wxStaticText (this, wxID_ANY, t); _table->Add (m, 1, flags, 6);