win32 build fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 15:48:33 +0000 (16:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 15:48:33 +0000 (16:48 +0100)
src/wx/gain_calculator_dialog.cc
wscript

index 9b6c7b00478ca495f461c92414e16b1174ad45bd..5c073bd30578710aad1c4c27e8df9893e2fd9daf 100644 (file)
@@ -24,7 +24,7 @@
 using namespace boost;
 
 GainCalculatorDialog::GainCalculatorDialog (wxWindow* parent)
-       : wxDialog (parent, wxID_ANY, _("Gain Calculator"))
+       : wxDialog (parent, wxID_ANY, wxString ("Gain Calculator"))
 {
        wxFlexGridSizer* table = new wxFlexGridSizer (2, 6, 6);
        table->AddGrowableCol (1, 1);
diff --git a/wscript b/wscript
index df7b24632ca6db6962dd09aa4566b13f43aa6a37..0597f5f32a0a9ef3410fa539afbdd6e1b28d3859 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.39'
+VERSION = '0.40pre'
 
 def options(opt):
     opt.load('compiler_cxx')