[[Add some textdomain declarations]]

This commit is contained in:
Tomasz Śniatowski 2008-12-28 22:40:33 +01:00
parent c84f995e88
commit 45b54560a6
5 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,7 @@
See the COPYING file for more details.
*/
#define GETTEXT_DOMAIN "wesnoth-editor"
#include "brush.hpp"
#include "editor_common.hpp"

View file

@ -11,12 +11,11 @@
See the COPYING file for more details.
*/
#define GETTEXT_DOMAIN "wesnoth-editor"
#include "editor_display.hpp"
#include "builder.hpp"
namespace editor2 {
editor_display::editor_display(CVideo& video, const editor_map& map,

View file

@ -12,6 +12,8 @@
See the COPYING file for more details.
*/
#define GETTEXT_DOMAIN "wesnoth-editor"
/**
* @file editor/editor_layout.cpp
* Set various sizes for the screen-layout of the map editor.

View file

@ -11,6 +11,7 @@
See the COPYING file for more details.
*/
#define GETTEXT_DOMAIN "wesnoth-editor"
#include "action.hpp"
#include "map_context.hpp"

View file

@ -11,6 +11,7 @@
See the COPYING file for more details.
*/
#define GETTEXT_DOMAIN "wesnoth-editor"
#include "map_fragment.hpp"