mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 19:32:35 +00:00
the changes to wesconfig.h didn't survive a configure, now they do
This commit is contained in:
parent
d369bfa867
commit
be2b213a46
@ -32,7 +32,13 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
|
||||
# define LOCALEDIR "translations"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* WML errors can be shown in 2 ways, as dialog or as chat message
|
||||
* if WML_ERROR_DIALOG == 1 it's shown as dialog else as chat message
|
||||
* for development versions the dialog should be used for the stable
|
||||
* releases the chat messages
|
||||
*/
|
||||
#define WML_ERROR_DIALOG 1
|
||||
#endif
|
||||
EOF
|
||||
])
|
||||
|
@ -11,7 +11,6 @@
|
||||
# define LOCALEDIR "translations"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* WML errors can be shown in 2 ways, as dialog or as chat message
|
||||
* if WML_ERROR_DIALOG == 1 it's shown as dialog else as chat message
|
||||
@ -19,5 +18,4 @@
|
||||
* releases the chat messages
|
||||
*/
|
||||
#define WML_ERROR_DIALOG 1
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user