Go back to quit for menu option name on Linux / Windows.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 20:31:18 +0000 (21:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jul 2013 20:31:18 +0000 (21:31 +0100)
src/tools/dcpomatic.cc

index ac39d4fedb823ccdf76c83de4f35f5cd04871dfc..670942e85c7ff365c53390a752af1ae14ac33be6 100644 (file)
@@ -164,7 +164,13 @@ setup_menu (wxMenuBar* m)
 #ifndef __WXOSX__      
        file->AppendSeparator ();
 #endif
+
+#ifdef __WXOSX__       
        add_item (file, _("&Exit"), wxID_EXIT, ALWAYS);
+#else
+       add_item (file, _("&Quit"), wxID_EXIT, ALWAYS);
+#endif 
+       
 
 #ifdef __WXOSX__       
        add_item (file, _("&Preferences..."), wxID_PREFERENCES, ALWAYS);