summaryrefslogtreecommitdiff
path: root/src/wx/gain_calculator_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-27 12:26:41 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-27 12:26:41 +0000
commitd3167c49a0b497a288529a837d2ca3eb5121fb37 (patch)
treefd7a2278fb70bf9e2cec3fc253261631a64fd372 /src/wx/gain_calculator_dialog.cc
parent419bcdc816802e50fdebb89bc9dd4a73ede103f5 (diff)
Another try at the wxString / std / i18n confusions.
Diffstat (limited to 'src/wx/gain_calculator_dialog.cc')
-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 7f4b774c0..22e6b447a 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, _("Gain Calculator"))
{
wxFlexGridSizer* table = new wxFlexGridSizer (2, 6, 6);
table->AddGrowableCol (1, 1);