Module: wine Branch: master Commit: f81784bbdb318e1e0487bdce89c874d03e6132a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f81784bbdb318e1e0487bdce89...
Author: Austin English austinenglish@gmail.com Date: Mon Jul 20 13:19:26 2009 -0500
shell32: Fix English folder names.
---
dlls/shell32/shell32_En.rc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/shell32/shell32_En.rc b/dlls/shell32/shell32_En.rc index b4dddc2..6d68083 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 "Music" + IDS_COMMON_PICTURES "Pictures" + IDS_COMMON_VIDEO "Videos" IDS_CDBURN_AREA "Local Settings\Application Data\Microsoft\CD Burning"
IDS_NEWFOLDER "New Folder"