diff --git a/xwords4/wince/ceblank.c b/xwords4/wince/ceblank.c index 7a5e2b5b8..ac76b0513 100755 --- a/xwords4/wince/ceblank.c +++ b/xwords4/wince/ceblank.c @@ -102,7 +102,7 @@ BlankDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) } ceShowOrHide( hDlg, IDC_BACKUP, bState->pi->why == PICK_FOR_CHEAT - && bState->pi->nCurTiles > 0 ); + && bState->pi->thisPick > 0 ); #endif loadLettersList( hDlg, bState );