Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ea31358c
Commit
ea31358c
authored
Oct 26, 2000
by
Martin Pilka
Committed by
Alexandre Julliard
Oct 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"StartMenu" --> "Start Menu", "Startup" --> "StartUp".
parent
5df11018
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
shellpath.c
dlls/shell32/shellpath.c
+9
-9
No files found.
dlls/shell32/shellpath.c
View file @
ea31358c
...
...
@@ -725,7 +725,7 @@ BOOL WINAPI SHGetSpecialFolderPathA (
case
CSIDL_PROGRAMS
:
hRootKey
=
HKEY_CURRENT_USER
;
strcpy
(
szValueName
,
"Programs"
);
strcpy
(
szDefaultPath
,
"StartMenu
\\
Programs"
);
strcpy
(
szDefaultPath
,
"Start
Menu
\\
Programs"
);
break
;
case
CSIDL_COMMON_PROGRAMS
:
...
...
@@ -748,26 +748,26 @@ BOOL WINAPI SHGetSpecialFolderPathA (
case
CSIDL_STARTMENU
:
hRootKey
=
HKEY_CURRENT_USER
;
strcpy
(
szValueName
,
"StartMenu"
);
strcpy
(
szDefaultPath
,
"StartMenu"
);
strcpy
(
szValueName
,
"Start
Menu"
);
strcpy
(
szDefaultPath
,
"Start
Menu"
);
break
;
case
CSIDL_COMMON_STARTMENU
:
hRootKey
=
HKEY_LOCAL_MACHINE
;
strcpy
(
szValueName
,
"Common StartMenu"
);
strcpy
(
szDefaultPath
,
"StartMenu"
);
strcpy
(
szValueName
,
"Common Start
Menu"
);
strcpy
(
szDefaultPath
,
"Start
Menu"
);
break
;
case
CSIDL_STARTUP
:
hRootKey
=
HKEY_CURRENT_USER
;
strcpy
(
szValueName
,
"Start
u
p"
);
strcpy
(
szDefaultPath
,
"Start
Menu
\\
Programs
\\
Startu
p"
);
strcpy
(
szValueName
,
"Start
U
p"
);
strcpy
(
szDefaultPath
,
"Start
Menu
\\
Programs
\\
StartU
p"
);
break
;
case
CSIDL_COMMON_STARTUP
:
hRootKey
=
HKEY_LOCAL_MACHINE
;
strcpy
(
szValueName
,
"Common Start
u
p"
);
strcpy
(
szDefaultPath
,
"Start
Menu
\\
Programs
\\
Startu
p"
);
strcpy
(
szValueName
,
"Common Start
U
p"
);
strcpy
(
szDefaultPath
,
"Start
Menu
\\
Programs
\\
StartU
p"
);
break
;
case
CSIDL_TEMPLATES
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment