diff gui/win32/preferences.c @ 33731:81f71d910333

Cosmetic: Change prefix for symbolic constants from GMP to GUI. GMP could be confused with the GNU Multiple Precision Arithmetic Library. Additionally, rename NEW_FILE SET_FILE and PREPARATION PREPARE to phrase requests.
author ib
date Tue, 05 Jul 2011 12:05:06 +0000
parents f3361b27a151
children 16286ee1fc71
line wrap: on
line diff
--- a/gui/win32/preferences.c	Tue Jul 05 11:34:26 2011 +0000
+++ b/gui/win32/preferences.c	Tue Jul 05 12:05:06 2011 +0000
@@ -575,7 +575,7 @@
                 case ID_APPLY:
                 {
                     int strl;
-                    if(guiInfo.Playing) gui(GMP_SET_STATE, (void *)GUI_STOP);
+                    if(guiInfo.Playing) gui(GUI_SET_STATE, (void *)GUI_STOP);
 
                     /* Set the video driver */
                     free(video_driver_list[0]);