From: Carl Hetherington Date: Thu, 2 Aug 2012 22:14:30 +0000 (+0100) Subject: Try to fix compile again. X-Git-Tag: v2.0.48~1765 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=7df5aaf407a94e1db0fb8c617e201175aa7d401b;p=dcpomatic.git Try to fix compile again. --- diff --git a/src/wx/gain_calculator_dialog.cc b/src/wx/gain_calculator_dialog.cc index 5c073bd30..431a4672d 100644 --- a/src/wx/gain_calculator_dialog.cc +++ b/src/wx/gain_calculator_dialog.cc @@ -24,7 +24,7 @@ using namespace boost; GainCalculatorDialog::GainCalculatorDialog (wxWindow* parent) - : wxDialog (parent, wxID_ANY, wxString ("Gain Calculator")) + : wxDialog (parent, wxID_ANY, wxString (_("Gain Calculator"))) { wxFlexGridSizer* table = new wxFlexGridSizer (2, 6, 6); table->AddGrowableCol (1, 1);