[[Add some textdomain declarations]]
This commit is contained in:
parent
c84f995e88
commit
45b54560a6
5 changed files with 6 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
#define GETTEXT_DOMAIN "wesnoth-editor"
|
||||
|
||||
#include "brush.hpp"
|
||||
#include "editor_common.hpp"
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
#define GETTEXT_DOMAIN "wesnoth-editor"
|
||||
|
||||
#include "action.hpp"
|
||||
#include "map_context.hpp"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
#define GETTEXT_DOMAIN "wesnoth-editor"
|
||||
|
||||
#include "map_fragment.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue