Try to fix compile again.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Aug 2012 22:14:30 +0000 (23:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Aug 2012 22:14:30 +0000 (23:14 +0100)
src/wx/gain_calculator_dialog.cc

index 5c073bd30578710aad1c4c27e8df9893e2fd9daf..431a4672d9c70c790cca332f14a63e143ad0a02f 100644 (file)
@@ -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);