diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 79da853920..46139022fd 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -124,7 +124,7 @@ wxString wxFileConfig::GetLocalDir() strDir << szHome; #else // Win16 // Win16 has no idea about home, so use the current directory instead - strDir = ".\\"; + strDir = ".\\"; #endif // WIN16/32 #endif // UNIX/Win