mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
Change misleading function name; no code change.
This commit is contained in:
parent
19414ae505
commit
5df612c1cd
1 changed files with 3 additions and 3 deletions
|
@ -497,7 +497,7 @@ stateToGameInfo( HWND hDlg, CEAppGlobals* globals, GameInfoState* giState )
|
||||||
} /* stateToGameInfo */
|
} /* stateToGameInfo */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
handleOptionsButton( HWND hDlg, CEAppGlobals* globals, GameInfoState* giState )
|
handlePrefsButton( HWND hDlg, CEAppGlobals* globals, GameInfoState* giState )
|
||||||
{
|
{
|
||||||
CePrefsDlgState state;
|
CePrefsDlgState state;
|
||||||
|
|
||||||
|
@ -511,7 +511,7 @@ handleOptionsButton( HWND hDlg, CEAppGlobals* globals, GameInfoState* giState )
|
||||||
giState->colorsChanged = state.colorsChanged;
|
giState->colorsChanged = state.colorsChanged;
|
||||||
/* nothing to do until user finally does confirm the parent dialog */
|
/* nothing to do until user finally does confirm the parent dialog */
|
||||||
}
|
}
|
||||||
} /* handleOptionsButton */
|
} /* handlePrefsButton */
|
||||||
|
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
static void
|
static void
|
||||||
|
@ -659,7 +659,7 @@ GameInfo(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case OPTIONS_BUTTON:
|
case OPTIONS_BUTTON:
|
||||||
handleOptionsButton( hDlg, globals, giState );
|
handlePrefsButton( hDlg, globals, giState );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IDOK:
|
case IDOK:
|
||||||
|
|
Loading…
Reference in a new issue