--- flamerobin-0.9.0-src/src/gui/PreferencesDialog.cpp.orig 2009-05-25 10:44:48 +0400 +++ flamerobin-0.9.0-src/src/gui/PreferencesDialog.cpp 2009-05-25 10:44:55 +0400 @@ -85,7 +85,7 @@ wxString getPlatformName() return wxT("mac"); #elif defined(__UNIX__) return wxT("unix"); -#elif +#else return wxT("undefined"); #endif }