Preparing for built-in Cocoa prefs editor

This commit is contained in:
asvitkine 2007-07-28 14:53:08 +00:00
parent 1cf3b07fe6
commit e90be61f19

View File

@ -322,6 +322,8 @@ NSString *getStringFromPrefs(const char *key)
#ifdef STANDALONE_PREFS
PrefsExit();
exit(0);
#else
[NSApp stopModal];
#endif
}