From e2fd99e3ef7fd7f56e0786ebe388a9b3adb8538b Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 7 Jun 2006 01:20:56 +0000 Subject: [PATCH] up version number; add to list of dirs searched for .xwd files --- wince/xwords4.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wince/xwords4.rc b/wince/xwords4.rc index b5b038ecf..8e14a7255 100755 --- a/wince/xwords4.rc +++ b/wince/xwords4.rc @@ -148,7 +148,7 @@ CAPTION "About Crosswords" FONT 8, "System" BEGIN ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20 - LTEXT "Crosswords 4.1b8 (rev " SVN_REV ") "\ + LTEXT "Crosswords 4.1b9 (rev " SVN_REV ") "\ "for PocketPC. Copyright 1998-2006 by "\ "Eric House. This software is released under the GNU "\ "Public License.\r\r"\ @@ -705,6 +705,7 @@ BEGIN #ifdef _WIN32_WCE IDS_DICTDIRS "\\Program Files\\Crosswords" IDS_DICTDIRS+1 "\\SD Card\\Crosswords" + IDS_DICTDIRS+2 "\\Storage Card\\Crosswords" #else IDS_DICTDIRS "." #endif