summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-02 23:14:30 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-02 23:14:30 +0100
commit7df5aaf407a94e1db0fb8c617e201175aa7d401b (patch)
tree9459b7629b63e730c548fe889046a83c656b794e /src
parent24f13c036a28891e030862095f52d3833a2f2470 (diff)
Try to fix compile again.
Diffstat (limited to 'src')
-rw-r--r--src/wx/gain_calculator_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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);