Commit in reactos/lib/shell32 on MAIN
shell32_Es.rc+2-21.4 -> 1.5
shell32_Uk.rc+2-21.1 -> 1.2
+4-4
2 modified files
Fix syntax problem for some windres versions

reactos/lib/shell32
shell32_Es.rc 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- shell32_Es.rc	12 Jul 2004 21:26:39 -0000	1.4
+++ shell32_Es.rc	12 Jul 2004 22:01:22 -0000	1.5
@@ -32,7 +32,7 @@
 */
 MENU_002 MENU DISCARDABLE
 BEGIN
-	POPUP""
+	POPUP ""
 	BEGIN
 	  POPUP "&Ver"
 	  BEGIN
@@ -74,7 +74,7 @@
 */
 MENU_SHV_FILE MENU DISCARDABLE
 BEGIN
-	POPUP""
+	POPUP ""
 	BEGIN
 	  MENUITEM "E&xplorar",			FCIDM_SHVIEW_EXPLORE
 	  MENUITEM "&Abrir",			FCIDM_SHVIEW_OPEN

reactos/lib/shell32
shell32_Uk.rc 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- shell32_Uk.rc	12 Jul 2004 21:26:39 -0000	1.1
+++ shell32_Uk.rc	12 Jul 2004 22:01:22 -0000	1.2
@@ -31,7 +31,7 @@
 */
 MENU_002 MENU DISCARDABLE
 BEGIN
-	POPUP""
+	POPUP ""
 	BEGIN
 	  POPUP "&������"
 	  BEGIN
@@ -73,7 +73,7 @@
 */
 MENU_SHV_FILE MENU DISCARDABLE
 BEGIN
-	POPUP""
+	POPUP ""
 	BEGIN
 	  MENUITEM "&���������",		FCIDM_SHVIEW_EXPLORE
 	  MENUITEM "&��������",		FCIDM_SHVIEW_OPEN
CVSspam 0.2.8