mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +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 */
|
||||
|
||||
static void
|
||||
handleOptionsButton( HWND hDlg, CEAppGlobals* globals, GameInfoState* giState )
|
||||
handlePrefsButton( HWND hDlg, CEAppGlobals* globals, GameInfoState* giState )
|
||||
{
|
||||
CePrefsDlgState state;
|
||||
|
||||
|
@ -511,7 +511,7 @@ handleOptionsButton( HWND hDlg, CEAppGlobals* globals, GameInfoState* giState )
|
|||
giState->colorsChanged = state.colorsChanged;
|
||||
/* nothing to do until user finally does confirm the parent dialog */
|
||||
}
|
||||
} /* handleOptionsButton */
|
||||
} /* handlePrefsButton */
|
||||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
static void
|
||||
|
@ -659,7 +659,7 @@ GameInfo(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
#endif
|
||||
case OPTIONS_BUTTON:
|
||||
handleOptionsButton( hDlg, globals, giState );
|
||||
handlePrefsButton( hDlg, globals, giState );
|
||||
break;
|
||||
|
||||
case IDOK:
|
||||
|
|
Loading…
Reference in a new issue