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
9f4d6c6e
Commit
9f4d6c6e
authored
Sep 17, 2010
by
Hans Leidekker
Committed by
Alexandre Julliard
Sep 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Support FOLDERID_LocalAppDataLow.
parent
5b15c0df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
shell32_En.rc
dlls/shell32/shell32_En.rc
+1
-0
shellpath.c
dlls/shell32/shellpath.c
+2
-2
shresdef.h
dlls/shell32/shresdef.h
+1
-0
No files found.
dlls/shell32/shell32_En.rc
View file @
9f4d6c6e
...
...
@@ -302,6 +302,7 @@ STRINGTABLE
IDS_COMMON_OEM_LINKS "OEM Links"
IDS_DOCUMENTS "Documents"
IDS_DOWNLOADS "Downloads"
IDS_LOCAL_APPDATA_LOW "AppData\\LocalLow"
IDS_NEWFOLDER "New Folder"
...
...
dlls/shell32/shellpath.c
View file @
9f4d6c6e
...
...
@@ -1304,9 +1304,9 @@ static const CSIDL_DATA CSIDL_Data[] =
},
{
/* 0x4e */
&
FOLDERID_LocalAppDataLow
,
CSIDL_Type_
Disallowed
,
/* FIXME */
CSIDL_Type_
User
,
NULL
,
NULL
MAKEINTRESOURCEW
(
IDS_LOCAL_APPDATA_LOW
)
},
{
/* 0x4f */
&
FOLDERID_MusicLibrary
,
...
...
dlls/shell32/shresdef.h
View file @
9f4d6c6e
...
...
@@ -111,6 +111,7 @@
#define IDS_COMMON_OEM_LINKS 94
#define IDS_DOCUMENTS 95
#define IDS_DOWNLOADS 96
#define IDS_LOCAL_APPDATA_LOW 97
#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