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
c7b80611
Commit
c7b80611
authored
Aug 14, 2002
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Aug 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make dialog IDs "Browse for Folder" compatible with IE.
parent
0465030a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
brsfolder.c
dlls/shell32/brsfolder.c
+2
-2
shres.rc
dlls/shell32/shres.rc
+3
-3
shresdef.h
dlls/shell32/shresdef.h
+3
-3
No files found.
dlls/shell32/brsfolder.c
View file @
c7b80611
...
...
@@ -256,7 +256,8 @@ static LRESULT MsgNotify(HWND hWnd, UINT CtlID, LPNMHDR lpnmh)
*/
static
BOOL
WINAPI
BrsFolderDlgProc
(
HWND
hWnd
,
UINT
msg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
TRACE
(
"hwnd=%i msg=%i 0x%08x 0x%08lx
\n
"
,
hWnd
,
msg
,
wParam
,
lParam
);
{
TRACE
(
"hwnd=%08x msg=%04x 0x%08x 0x%08lx
\n
"
,
hWnd
,
msg
,
wParam
,
lParam
);
switch
(
msg
)
{
case
WM_INITDIALOG
:
...
...
@@ -299,7 +300,6 @@ static BOOL WINAPI BrsFolderDlgProc( HWND hWnd, UINT msg, WPARAM wParam,
case
IDCANCEL
:
EndDialog
(
hWnd
,
0
);
return
TRUE
;
break
;
}
break
;
case
BFFM_SETSTATUSTEXTA
:
...
...
dlls/shell32/shres.rc
View file @
c7b80611
...
...
@@ -108,15 +108,15 @@ BEGIN
END
SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
STYLE DS_MODALFRAME | WS_
POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "
Choose a Directory:
"
STYLE DS_MODALFRAME | WS_
CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
CAPTION "
Browse for Folder
"
FONT 8, "Helv"
{
DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
PUSHBUTTON "Cancel", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
LTEXT "", IDD_TITLE, 4, 4, 180, 12
LTEXT "", IDD_STATUS, 4, 25, 180, 12
CONTROL "
Tree1",IDD_TREEVIEW,
"SysTreeView32",
CONTROL "
", IDD_TREEVIEW,
"SysTreeView32",
TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
WS_BORDER | WS_TABSTOP,
4, 40, 180, 120
...
...
dlls/shell32/shresdef.h
View file @
c7b80611
...
...
@@ -48,8 +48,8 @@
#define IDS_DELETEMULTIPLE_TEXT 35
/* browse for folder dialog box */
#define IDD_STATUS
97
#define IDD_TITLE
98
#define IDD_TREEVIEW
99
#define IDD_STATUS
0x3743
#define IDD_TITLE
0x3742
#define IDD_TREEVIEW
0x3741
#endif
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