Author: crimson_penguin
Date: Sun Apr  5 00:28:42 2009
New Revision: 34505

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34505&view=rev
Log:
Disabled quit hotkey on Mac, so it doesn't overlap with the Mac menu command. 
Fixes bug #13245.

Modified:
    branches/1.6/data/core/hotkeys.cfg

Modified: branches/1.6/data/core/hotkeys.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/data/core/hotkeys.cfg?rev=34505&r1=34504&r2=34505&view=diff
==============================================================================
--- branches/1.6/data/core/hotkeys.cfg (original)
+++ branches/1.6/data/core/hotkeys.cfg Sun Apr  5 00:28:42 2009
@@ -144,9 +144,11 @@
     {IF_APPLE_CMD_ELSE_CTRL}
 [/hotkey]
 [hotkey]
+#ifndef APPLE
     command=quit
     key=q
     {IF_APPLE_CMD_ELSE_CTRL}
+#endif
 [/hotkey]
 [hotkey]
     command=recall


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to