Module: wine Branch: master Commit: 70c75dcd0d7d39b67547e9700eec52dfd5dbc6d0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=70c75dcd0d7d39b67547e9700e...
Author: Lei Zhang thestig@google.com Date: Mon Nov 12 11:57:33 2007 -0800
shell32: rename My Video to My Videos.
---
dlls/shell32/shell32_En.rc | 4 ++-- dlls/shell32/shellpath.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/shell32/shell32_En.rc b/dlls/shell32/shell32_En.rc index 5941917..053a89a 100644 --- a/dlls/shell32/shell32_En.rc +++ b/dlls/shell32/shell32_En.rc @@ -225,7 +225,7 @@ STRINGTABLE DISCARDABLE IDS_SENDTO "SendTo" IDS_STARTMENU "Start Menu" IDS_MYMUSIC "My Music" - IDS_MYVIDEO "My Video" + IDS_MYVIDEO "My Videos" IDS_DESKTOPDIRECTORY "Desktop" IDS_NETHOOD "NetHood" IDS_TEMPLATES "Templates" @@ -242,6 +242,6 @@ STRINGTABLE DISCARDABLE IDS_ADMINTOOLS "Start Menu\Programs\Administrative Tools" IDS_COMMON_MUSIC "Documents\My Music" IDS_COMMON_PICTURES "Documents\My Pictures" - IDS_COMMON_VIDEO "Documents\My Video" + IDS_COMMON_VIDEO "Documents\My Videos" IDS_CDBURN_AREA "Local Settings\Application Data\Microsoft\CD Burning" } diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c index 241b4a7..9e832c1 100644 --- a/dlls/shell32/shellpath.c +++ b/dlls/shell32/shellpath.c @@ -784,7 +784,7 @@ static const WCHAR HistoryW[] = {'H','i','s','t','o','r','y','\0'}; static const WCHAR Local_AppDataW[] = {'L','o','c','a','l',' ','A','p','p','D','a','t','a','\0'}; static const WCHAR My_MusicW[] = {'M','y',' ','M','u','s','i','c','\0'}; static const WCHAR My_PicturesW[] = {'M','y',' ','P','i','c','t','u','r','e','s','\0'}; -static const WCHAR My_VideoW[] = {'M','y',' ','V','i','d','e','o','\0'}; +static const WCHAR My_VideoW[] = {'M','y',' ','V','i','d','e','o','s','\0'}; static const WCHAR NetHoodW[] = {'N','e','t','H','o','o','d','\0'}; static const WCHAR PersonalW[] = {'P','e','r','s','o','n','a','l','\0'}; static const WCHAR PrintHoodW[] = {'P','r','i','n','t','H','o','o','d','\0'};