Renumber to avoid duplicate string ids. Fixes '--'-as-menu-name bug.

This commit is contained in:
ehouse 2009-05-11 00:14:52 +00:00
parent df2ee43922
commit 4524f0fd84

View file

@ -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"