diff options
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/sys_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/sys_unix.c b/src/sys/sys_unix.c index 72ca8360..014975c0 100644 --- a/src/sys/sys_unix.c +++ b/src/sys/sys_unix.c @@ -607,7 +607,7 @@ static int Sys_XmessageCommand( dialogType_t type, const char *message, const ch switch( type ) { - default: options = "-buttons OK"; break; + default: options = "-buttons OK:0"; break; case DT_YES_NO: options = "-buttons Yes:0,No:1"; break; case DT_OK_CANCEL: options = "-buttons OK:0,Cancel:1"; break; } |