[CMD] Fix duplicated ID in resources. GCC build of course doesn't warn/error about this but MSVC does. CORE-9020

svn path=/trunk/; revision=65950
This commit is contained in:
Amine Khaldi 2015-01-03 09:10:47 +00:00
parent df7cb92235
commit 0533a6dcc7

View file

@ -206,20 +206,20 @@
#define STRING_VERSION_RUNNING_ON 705
#define STRING_VERSION_RUNVER 706
#define STRING_VOL_HELP1 706
#define STRING_VOL_HELP2 707
#define STRING_VOL_HELP3 708
#define STRING_VOL_HELP4 709
#define STRING_VOL_HELP1 707
#define STRING_VOL_HELP2 708
#define STRING_VOL_HELP3 709
#define STRING_VOL_HELP4 710
#define STRING_WINDOW_HELP1 710
#define STRING_WINDOW_HELP2 711
#define STRING_WINDOW_HELP1 711
#define STRING_WINDOW_HELP2 712
#define STRING_COPY_FILE 712
#define STRING_DELETE_WIPE 713
#define STRING_FOR_ERROR 714
#define STRING_SCREEN_COL 715
#define STRING_SCREEN_ROW 716
#define STRING_TIMER_TIME 717
#define STRING_COPY_FILE 713
#define STRING_DELETE_WIPE 714
#define STRING_FOR_ERROR 715
#define STRING_SCREEN_COL 716
#define STRING_SCREEN_ROW 717
#define STRING_TIMER_TIME 718
#define STRING_INVALID_OPERAND 720
#define STRING_EXPECTED_CLOSE_PAREN 721