[CMD] Fix duplicated ID in resources. GCC build of course doesn't warn/error about...
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 3 Jan 2015 09:10:47 +0000 (09:10 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 3 Jan 2015 09:10:47 +0000 (09:10 +0000)
svn path=/trunk/; revision=65950

reactos/base/shell/cmd/resource.h

index b596160..f54677f 100644 (file)
 #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_WINDOW_HELP1 710
-#define STRING_WINDOW_HELP2 711
-
-#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_VOL_HELP1 707
+#define STRING_VOL_HELP2 708
+#define STRING_VOL_HELP3 709
+#define STRING_VOL_HELP4 710
+
+#define STRING_WINDOW_HELP1 711
+#define STRING_WINDOW_HELP2 712
+
+#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