Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
678c6776
Commit
678c6776
authored
Sep 14, 2010
by
Hans Leidekker
Committed by
Alexandre Julliard
Sep 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Implement SHGetKnownFolderPath.
parent
4deb1844
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
0 deletions
+37
-0
shell32_En.rc
dlls/shell32/shell32_En.rc
+18
-0
shellpath.c
dlls/shell32/shellpath.c
+0
-0
shresdef.h
dlls/shell32/shresdef.h
+19
-0
No files found.
dlls/shell32/shell32_En.rc
View file @
678c6776
...
...
@@ -284,6 +284,24 @@ STRINGTABLE
IDS_COMMON_PICTURES "Pictures"
IDS_COMMON_VIDEO "Videos"
IDS_CDBURN_AREA "Local Settings\\Application Data\\Microsoft\\CD Burning"
IDS_CONTACTS "Contacts"
IDS_LINKS "Links"
IDS_PHOTO_ALBUMS "Pictures\\Slide Shows"
IDS_PLAYLISTS "Music\\Playlists"
IDS_PUBLIC_DOWNLOADS "Downloads"
IDS_PUBLIC_GAME_TASKS "Microsoft\\Windows\\GameExplorer"
IDS_PUBLIC_LIBRARIES "Microsoft\\Windows\\Libraries"
IDS_PUBLIC_RINGTONES "Microsoft\\Windows\\Ringtones"
IDS_SAMPLE_MUSIC "Music\\Sample Music"
IDS_SAMPLE_PICTURES "Pictures\\Sample Pictures"
IDS_SAMPLE_PLAYLISTS "Music\\Sample Playlists"
IDS_SAMPLE_VIDEOS "Videos\\Sample Videos"
IDS_SAVED_GAMES "Saved Games"
IDS_SAVED_SEARCHES "Searches"
IDS_USER_PROFILES "Users"
IDS_COMMON_OEM_LINKS "OEM Links"
IDS_DOCUMENTS "Documents"
IDS_DOWNLOADS "Downloads"
IDS_NEWFOLDER "New Folder"
...
...
dlls/shell32/shellpath.c
View file @
678c6776
This diff is collapsed.
Click to expand it.
dlls/shell32/shresdef.h
View file @
678c6776
...
...
@@ -92,6 +92,25 @@
#define IDS_CDBURN_AREA 71
#define IDS_PROGRAM_FILESX86 72
#define IDS_PROGRAM_FILES_COMMONX86 73
#define IDS_CONTACTS 74
#define IDS_LINKS 75
#define IDS_PHOTO_ALBUMS 76
#define IDS_PICTURES_LIBRARY 77
#define IDS_PLAYLISTS 78
#define IDS_PUBLIC_DOWNLOADS 79
#define IDS_PUBLIC_GAME_TASKS 84
#define IDS_PUBLIC_LIBRARIES 85
#define IDS_PUBLIC_RINGTONES 86
#define IDS_SAMPLE_MUSIC 87
#define IDS_SAMPLE_PICTURES 88
#define IDS_SAMPLE_PLAYLISTS 89
#define IDS_SAMPLE_VIDEOS 90
#define IDS_SAVED_GAMES 91
#define IDS_SAVED_SEARCHES 92
#define IDS_USER_PROFILES 93
#define IDS_COMMON_OEM_LINKS 94
#define IDS_DOCUMENTS 95
#define IDS_DOWNLOADS 96
#define IDS_CREATEFOLDER_DENIED 128
#define IDS_CREATEFOLDER_CAPTION 129
...
...
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