revert 2009-09-27T11:42:55Z!kailoran@gmail.com by ilor

(change of textdomains to unify things a little):

this change would not have done too much good since there are many
interface related strings left in the textdomain wesnoth. 

a real change has to happen post 1.8 when we should create a
textdomain wesnoth-gui or something like this and move things there
This commit is contained in:
Nils Kneuper 2009-09-27 13:20:10 +00:00
parent e6d79f268e
commit 4ea3d706f1
4 changed files with 2 additions and 6 deletions

View File

@ -42,7 +42,6 @@ src/gui/dialogs/game_save.cpp
src/gui/dialogs/gamestate_inspector.cpp
src/gui/dialogs/language_selection.cpp
src/gui/dialogs/lobby_main.cpp
src/gui/dialogs/lobby_player_info.cpp
src/gui/dialogs/message.cpp
src/gui/dialogs/mp_cmd_wrapper.cpp
src/gui/dialogs/mp_connect.cpp
@ -88,7 +87,6 @@ src/gui/widgets/window.cpp
src/hotkeys.cpp
src/image.cpp
src/image_function.cpp
src/lobby_data.cpp
src/mapgen_dialog.cpp
src/marked-up_text.cpp
src/minimap.cpp

View File

@ -71,6 +71,7 @@ src/generate_report.cpp
src/generic_event.cpp
src/gettext.cpp
src/gui/dialogs/game_delete.cpp
src/gui/dialogs/lobby_player_info.cpp
src/halo.cpp
src/hash.cpp
src/help.cpp
@ -80,6 +81,7 @@ src/language.cpp
src/leader_list.cpp
src/loadscreen.cpp
src/loadscreen_empty.cpp
src/lobby_data.cpp
src/lobby_preferences.cpp
src/log.cpp
src/map.cpp

View File

@ -12,8 +12,6 @@
See the COPYING file for more details.
*/
#define GETTEXT_DOMAIN "wesnoth-lib"
#include "gui/dialogs/helper.hpp"
#include "gui/dialogs/lobby_player_info.hpp"
#include "gui/widgets/button.hpp"

View File

@ -12,8 +12,6 @@
See the COPYING file for more details.
*/
#define GETTEXT_DOMAIN "wesnoth-lib"
#include "lobby_data.hpp"
#include "config.hpp"