made the WML less intrusive by changing the default option.
This commit is contained in:
parent
d860fe4187
commit
9332a97d13
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
|
|||
* for development versions the dialog should be used for the stable
|
||||
* releases the chat messages
|
||||
*/
|
||||
#define WML_ERROR_DIALOG 1
|
||||
#define WML_ERROR_DIALOG 0
|
||||
#endif
|
||||
EOF
|
||||
])
|
||||
|
|
|
@ -17,5 +17,5 @@
|
|||
* for development versions the dialog should be used for the stable
|
||||
* releases the chat messages
|
||||
*/
|
||||
#define WML_ERROR_DIALOG 1
|
||||
#define WML_ERROR_DIALOG 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue