[commit] r2157 - Change the fEnableAltF4Quit preference for the 4.0 series.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2157 - Change the fEnableAltF4Quit preference for the 4.0 series.

commits-3
 
Author: andreas
Date: 2010-03-28 13:40:29 -0700 (Sun, 28 Mar 2010)
New Revision: 2157

Modified:
   trunk/platforms/win32/vm/sqWin32Window.c
Log:
Change the fEnableAltF4Quit preference for the 4.0 series.

Modified: trunk/platforms/win32/vm/sqWin32Window.c
===================================================================
--- trunk/platforms/win32/vm/sqWin32Window.c 2010-03-14 07:32:25 UTC (rev 2156)
+++ trunk/platforms/win32/vm/sqWin32Window.c 2010-03-28 20:40:29 UTC (rev 2157)
@@ -118,7 +118,7 @@
 BOOL  fBrowserMode = 0;        /* Are we running in a web browser? */
 
 /* Misc preferences */
-BOOL  fEnableAltF4Quit = 1; /* can we quit using Alt-F4? */
+BOOL  fEnableAltF4Quit = 0; /* can we quit using Alt-F4? */
 BOOL  fEnableF2Menu = 1;    /* can we get prefs menu via F2? */
 BOOL  fEnablePrefsMenu = 1; /* can we get a prefs menu at all? */