1 --- a/LastWave/wxsystem/src/wxsystem.cc 2008-09-16 14:21:08.000000000 +0200
2 +++ b/LastWave/wxsystem/src/wxsystem.cc 2010-02-16 02:07:26.264461965 +0100
5 // This is the user directory where to put the config files : history and scriptDir
6 // We create it if necessary.
7 - wxString str = SOFTVERSION;
8 - wxString str1 = wxStandardPaths::Get().GetUserDataDir()+"."+str;
9 + wxString str = wxT(SOFTVERSION);
10 + wxString strdot = wxT(".");
11 + wxString str1 = wxStandardPaths::Get().GetUserDataDir()+strdot+str;
13 strcpy(_LWUserDataDir_,WXSTRING2ANSI(str1));