mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
[SHELL32]
- Partially revert r54068. "My Video" is not a typo but name of registry value, which match Win2k3. See issue #6568 for more details. svn path=/trunk/; revision=55604
This commit is contained in:
parent
a371650c63
commit
126b25c4bb
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,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','s','\0'};
|
||||
static const WCHAR My_VideoW[] = {'M','y',' ','V','i','d','e','o','\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'};
|
||||
|
|
Loading…
Reference in a new issue