mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
Renumber to avoid duplicate string ids. Fixes '--'-as-menu-name bug.
This commit is contained in:
parent
df2ee43922
commit
4524f0fd84
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue