Fix some text domains and POTFILES.in issues.
This commit is contained in:
parent
8c593a020a
commit
a950b3ba2a
6 changed files with 6 additions and 4 deletions
|
@ -88,6 +88,7 @@ src/preferences_display.cpp
|
|||
src/show_dialog.cpp
|
||||
src/terrain_filter.cpp
|
||||
src/terrain_translation.cpp
|
||||
src/tests/gui/test_gui2.cpp
|
||||
src/text.cpp
|
||||
src/widgets/button.cpp
|
||||
src/widgets/combo.cpp
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
src/tests/gui/test_drop_target.cpp
|
||||
src/tests/gui/test_gui2.cpp
|
||||
src/tests/gui/test_save_dialog.cpp
|
||||
src/tests/main.cpp
|
||||
src/tests/test_config_cache.cpp
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#define GETTEXT_DOMAIN "wesnoth-lib"
|
||||
|
||||
#include "gui/dialogs/mp_cmd_wrapper.hpp"
|
||||
|
||||
#include "gui/widgets/button.hpp"
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#define GETTEXT_DOMAIN "wesnoth-test"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "serialization/string_utils.hpp"
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#define GETTEXT_DOMAIN "wesnoth"
|
||||
|
||||
#include "upload_log.hpp"
|
||||
|
||||
#include "construct_dialog.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue