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
2dcc6f0f
Commit
2dcc6f0f
authored
Oct 16, 2002
by
Huw D M Davies
Committed by
Alexandre Julliard
Oct 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the ofn flags setup.
parent
b44822a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmdlgtst.c
programs/cmdlgtst/cmdlgtst.c
+2
-2
No files found.
programs/cmdlgtst/cmdlgtst.c
View file @
2dcc6f0f
...
...
@@ -654,7 +654,7 @@ BOOL CALLBACK mwcd_FileSetup(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
IDOK
,
0
},
};
return
mwcd_Setup
(
hWnd
,
uMsg
,
wParam
,
lParam
,
flagTable
,
&
pd
.
Flags
);
return
mwcd_Setup
(
hWnd
,
uMsg
,
wParam
,
lParam
,
flagTable
,
&
ofn
.
Flags
);
}
BOOL
CALLBACK
mwcd_About
(
HWND
hWnd
,
UINT
uMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
...
...
@@ -702,7 +702,7 @@ void mwc_PrintSetup(HWND hWnd)
void
mwc_FileSetup
(
HWND
hWnd
)
{
int
r
=
DialogBox
(
g_hInstance
,
"File_Flags_Dialog"
,
hWnd
,
(
DLGPROC
)
mwcd_
Print
Setup
);
int
r
=
DialogBox
(
g_hInstance
,
"File_Flags_Dialog"
,
hWnd
,
(
DLGPROC
)
mwcd_
File
Setup
);
if
(
r
<
0
)
{
MessageBox
(
hWnd
,
"Failure opening File_Flags_Dialog box"
,
"Error"
,
MB_ICONASTERISK
|
MB_OK
);
}
}
...
...
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