Commit 678c6776 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

shell32: Implement SHGetKnownFolderPath.

parent 4deb1844
......@@ -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"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment