Author: rharabien
Date: Wed Feb 15 12:43:00 2012
New Revision: 55604
URL:
http://svn.reactos.org/svn/reactos?rev=55604&view=rev
Log:
[SHELL32]
- Partially revert r54068. "My Video" is not a typo but name of registry value,
which match Win2k3.
See issue #6568 for more details.
Modified:
trunk/reactos/dll/win32/shell32/shellpath.cpp
Modified: trunk/reactos/dll/win32/shell32/shellpath.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellpat…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shellpath.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shellpath.cpp [iso-8859-1] Wed Feb 15 12:43:00 2012
@@ -546,7 +546,7 @@
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'};