CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 04/10/31 20:06:24
Modified files:
src : hotkeys.cpp
Log message:
declare correct gettext domain for hotkeys
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/hotkeys.cpp.diff?tr1=1.60&tr2=1.61&r1=text&r2=text
Patches:
Index: wesnoth/src/hotkeys.cpp
diff -u wesnoth/src/hotkeys.cpp:1.60 wesnoth/src/hotkeys.cpp:1.61
--- wesnoth/src/hotkeys.cpp:1.60 Sun Oct 31 18:48:07 2004
+++ wesnoth/src/hotkeys.cpp Sun Oct 31 20:06:24 2004
@@ -1,4 +1,4 @@
-/* $Id: hotkeys.cpp,v 1.60 2004/10/31 18:48:07 gruikya Exp $ */
+/* $Id: hotkeys.cpp,v 1.61 2004/10/31 20:06:24 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -11,6 +11,8 @@
See the COPYING file for more details.
*/
+#define GETTEXT_DOMAIN "wesnoth-lib"
+
#include "config.hpp"
#include "events.hpp"
#include "hotkeys.hpp"