From f780f9e1fba54c64cda008d8a03120232a2ac618 Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 18 Jun 2004 13:29:19 +0000 Subject: [PATCH] add checkbox for hint rect; version change --- wince/xwords4.rc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wince/xwords4.rc b/wince/xwords4.rc index 324ddbb9a..11735c83f 100755 --- a/wince/xwords4.rc +++ b/wince/xwords4.rc @@ -121,7 +121,7 @@ CAPTION "About Crosswords" FONT 8, "System" BEGIN ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20 - LTEXT "Crosswords 4.0.6 for PocketPC. Copyright 1998-2004 by Eric House. This software is released under the GNU Public License. For a manual and source code see xwords.sourceforge.net.", + LTEXT "Crosswords 4.0.7a1 for PocketPC. Copyright 1998-2004 by Eric House. This software is released under the GNU Public License. For a manual and source code see xwords.sourceforge.net.", IDC_STATIC,32,10,86,89,SS_NOPREFIX END @@ -274,7 +274,11 @@ BEGIN CONTROL "Smart robot",IDC_CHECKSMARTROBOT,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,22,90,10 CONTROL "Disallow hints",IDC_CHECKNOHINTS,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,8,37,90,10 + BS_AUTOCHECKBOX | WS_TABSTOP,8,37,54,10 +#ifdef XWFEATURE_SEARCHLIMIT + CONTROL "Hint limits",IDC_CHECKHINTSLIMITS,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,64,37,50,10 +#endif CONTROL "Timer on (minutes)",TIMER_CHECK,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,52,85,14