From 4524f0fd84796d48c7b6230abfaacadb7073b3d0 Mon Sep 17 00:00:00 2001 From: ehouse Date: Mon, 11 May 2009 00:14:52 +0000 Subject: [PATCH] Renumber to avoid duplicate string ids. Fixes '--'-as-menu-name bug. --- xwords4/wince/resource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/wince/resource.h b/xwords4/wince/resource.h index 3993cb504..4b47c9316 100755 --- a/xwords4/wince/resource.h +++ b/xwords4/wince/resource.h @@ -251,8 +251,8 @@ #define ID_BONUS_RES 9998 #define ID_DLLVERS_RES 9997 -#define IDM_MAIN_COMMAND1 40001 -#define IDS_DUMMY 40002 +#define IDM_MAIN_COMMAND1 40000 +#define IDS_DUMMY 40001 #include "strids.h"