From c8882bd3d2dbbc7fab90e74ce71a0699cb1438f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 1 Feb 2007 15:49:12 +0000 Subject: (svn r8511) -Codechange: make WindowClass an enumerated value. --- src/settings_gui.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 10389b23d..cefff603d 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -282,7 +282,7 @@ static const Widget _game_options_widgets[] = { static const WindowDesc _game_options_desc = { WDP_CENTER, WDP_CENTER, 370, 239, - WC_GAME_OPTIONS,0, + WC_GAME_OPTIONS, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _game_options_widgets, GameOptionsWndProc @@ -545,7 +545,7 @@ static const Widget _game_difficulty_widgets[] = { static const WindowDesc _game_difficulty_desc = { WDP_CENTER, WDP_CENTER, 370, 279, - WC_GAME_OPTIONS,0, + WC_GAME_OPTIONS, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _game_difficulty_widgets, GameDifficultyWndProc @@ -907,7 +907,7 @@ static const Widget _patches_selection_widgets[] = { static const WindowDesc _patches_selection_desc = { WDP_CENTER, WDP_CENTER, 370, 371, - WC_GAME_OPTIONS,0, + WC_GAME_OPTIONS, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _patches_selection_widgets, PatchesSelectionWndProc, @@ -1127,7 +1127,7 @@ static const Widget _cust_currency_widgets[] = { static const WindowDesc _cust_currency_desc = { WDP_CENTER, WDP_CENTER, 230, 120, - WC_CUSTOM_CURRENCY, 0, + WC_CUSTOM_CURRENCY, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _cust_currency_widgets, CustCurrencyWndProc, -- cgit v1.2.3-70-g09d2