shell32: fix English folder names (try 2)

Austin English austinenglish at gmail.com
Mon Jul 20 13:19:26 CDT 2009


This time, matching Vista's naming style.

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/shell32/shell32_En.rc b/dlls/shell32/shell32_En.rc
index b4dddc2..b3be396 100644
--- a/dlls/shell32/shell32_En.rc
+++ b/dlls/shell32/shell32_En.rc
@@ -274,9 +274,9 @@ STRINGTABLE
 	IDS_PROGRAM_FILES_COMMON    "Program Files\\Common Files"
 	IDS_COMMON_DOCUMENTS        "Documents"
 	IDS_ADMINTOOLS              "Start Menu\\Programs\\Administrative Tools"
-	IDS_COMMON_MUSIC            "Documents\\My Music"
-	IDS_COMMON_PICTURES         "Documents\\My Pictures"
-	IDS_COMMON_VIDEO            "Documents\\My Videos"
+	IDS_COMMON_MUSIC            "Documents\\Music"
+	IDS_COMMON_PICTURES         "Documents\\Pictures"
+	IDS_COMMON_VIDEO            "Documents\\Videos"
 	IDS_CDBURN_AREA             "Local Settings\\Application Data\\Microsoft\\CD Burning"
 
 	IDS_NEWFOLDER		"New Folder"


More information about the wine-patches mailing list