[quake3-commits] r2088 - trunk/code/sys
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Jul 18 06:14:04 EDT 2011
Author: tma
Date: 2011-07-18 06:14:04 -0400 (Mon, 18 Jul 2011)
New Revision: 2088
Modified:
trunk/code/sys/sys_unix.c
Log:
* Use specific exit code for xmessage
Modified: trunk/code/sys/sys_unix.c
===================================================================
--- trunk/code/sys/sys_unix.c 2011-07-17 23:43:33 UTC (rev 2087)
+++ trunk/code/sys/sys_unix.c 2011-07-18 10:14:04 UTC (rev 2088)
@@ -614,7 +614,7 @@
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;
}
More information about the quake3-commits
mailing list