updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / lastwave / wxsystem.patch
blob73bb9e252533d2945331a2704928de002cbd4582
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
3 @@ -148,8 +148,9 @@
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));