Remove an explicit GETTEXT_DOMAIN "wesnoth"
C++ source files are considered to be in textdomain "wesnoth" by default. The 1.16 CMake scripts that sort files into textdomains miss this file, because it treats files with no `GETTEXT_DOMAIN` as being in "wesnoth", but not ones that explicitly declare themselves in "wesnoth". Doing a pot-update with SCons includes this file anyway, so the official "pot-update and regenerate doc files" commits already include it, even without this fix.
This commit is contained in:
parent
364a5ad390
commit
f0ceaf2ae0
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@
|
|||
|
||||
#include "install_dependencies.hpp"
|
||||
|
||||
#define GETTEXT_DOMAIN "wesnoth"
|
||||
|
||||
#include "gettext.hpp"
|
||||
#include "gui/auxiliary/find_widget.hpp"
|
||||
#include "gui/widgets/addon_list.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue