Skip to content

Commit

Permalink
* Use specific exit code for xmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Jul 18, 2011
1 parent 8a831d3 commit ea6cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/sys/sys_unix.c
Expand Up @@ -614,7 +614,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;
}
Expand Down

0 comments on commit ea6cf5f

Please sign in to comment.