wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src hotkeys.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src hotkeys.cpp
Date: Wed, 20 Jul 2005 13:18:14 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/07/20 17:18:14

Modified files:
        src            : hotkeys.cpp 

Log message:
        use "cmd+", not "command+" (affects Mac OS X)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/hotkeys.cpp.diff?tr1=1.80&tr2=1.81&r1=text&r2=text

Patches:
Index: wesnoth/src/hotkeys.cpp
diff -u wesnoth/src/hotkeys.cpp:1.80 wesnoth/src/hotkeys.cpp:1.81
--- wesnoth/src/hotkeys.cpp:1.80        Fri Jul 15 10:24:02 2005
+++ wesnoth/src/hotkeys.cpp     Wed Jul 20 17:18:13 2005
@@ -1,4 +1,4 @@
-/* $Id: hotkeys.cpp,v 1.80 2005/07/15 10:24:02 morloth Exp $ */
+/* $Id: hotkeys.cpp,v 1.81 2005/07/20 17:18:13 ott Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -157,7 +157,7 @@
                if (shift_)
                        str << "shift+";
                if (cmd_)
-                       str << "command+";
+                       str << "cmd+";
 
                str << SDL_GetKeyName(SDLKey(keycode_));
                return str.str();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]