From ace0a33335d4ff35604df49e0a30c2eadac8f087 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 30 Nov 2003 18:58:17 +0000 Subject: [PATCH] new state variable --- palm/palmmain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palm/palmmain.h b/palm/palmmain.h index 988c526c3..97df0472b 100644 --- a/palm/palmmain.h +++ b/palm/palmmain.h @@ -162,7 +162,7 @@ typedef struct PrefsDlgState { XP_Bool timerEnabled; #ifdef FEATURE_TRAY_EDIT XP_Bool allowPickTiles; - XP_Bool allowPickTilesRobot; + XP_Bool enablePickTiles; #endif } PrefsDlgState;