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
4ae7a87e
Commit
4ae7a87e
authored
Jul 21, 2008
by
Owen Rudge
Committed by
Alexandre Julliard
Jul 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Remove "no control panels" found message.
parent
e2ff0776
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
control.c
dlls/shell32/control.c
+0
-6
No files found.
dlls/shell32/control.c
View file @
4ae7a87e
...
@@ -308,12 +308,6 @@ static void Control_DoInterface(CPanel* panel, HWND hWnd, HINSTANCE hInst)
...
@@ -308,12 +308,6 @@ static void Control_DoInterface(CPanel* panel, HWND hWnd, HINSTANCE hInst)
hWnd
,
NULL
,
hInst
,
panel
);
hWnd
,
NULL
,
hInst
,
panel
);
if
(
!
panel
->
hWnd
)
return
;
if
(
!
panel
->
hWnd
)
return
;
if
(
!
panel
->
first
)
{
/* FIXME appName & message should be localized */
MessageBoxA
(
panel
->
hWnd
,
"Cannot load any applets"
,
appName
,
MB_OK
);
return
;
}
while
(
GetMessageA
(
&
msg
,
panel
->
hWnd
,
0
,
0
))
{
while
(
GetMessageA
(
&
msg
,
panel
->
hWnd
,
0
,
0
))
{
TranslateMessage
(
&
msg
);
TranslateMessage
(
&
msg
);
DispatchMessageA
(
&
msg
);
DispatchMessageA
(
&
msg
);
...
...
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