[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src hotkeys.cpp
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src hotkeys.cpp |
Date: |
Sun, 31 Oct 2004 15:12:11 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 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 <address@hidden>
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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src hotkeys.cpp,
Yann Dirson <=