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
da488eac
Commit
da488eac
authored
Sep 10, 2010
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Sep 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcpl: Add an applet icon.
parent
e9b8d71d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
1 deletion
+10
-1
Makefile.in
dlls/inetcpl.cpl/Makefile.in
+3
-0
inetcpl.c
dlls/inetcpl.cpl/inetcpl.c
+1
-1
inetcpl.h
dlls/inetcpl.cpl/inetcpl.h
+3
-0
inetcpl.ico
dlls/inetcpl.cpl/inetcpl.ico
+0
-0
inetcpl.rc
dlls/inetcpl.cpl/inetcpl.rc
+3
-0
inetcpl.svg
dlls/inetcpl.cpl/inetcpl.svg
+0
-0
No files found.
dlls/inetcpl.cpl/Makefile.in
View file @
da488eac
...
...
@@ -11,4 +11,7 @@ RC_SRCS = \
cpl_En.rc
\
inetcpl.rc
SVG_SRCS
=
\
inetcpl.svg
@MAKE_DLL_RULES@
dlls/inetcpl.cpl/inetcpl.c
View file @
da488eac
...
...
@@ -82,7 +82,7 @@ LONG CALLBACK CPlApplet(HWND hWnd, UINT command, LPARAM lParam1, LPARAM lParam2)
{
CPLINFO
*
appletInfo
=
(
CPLINFO
*
)
lParam2
;
appletInfo
->
idIcon
=
0
;
appletInfo
->
idIcon
=
ICO_MAIN
;
appletInfo
->
idName
=
IDS_CPL_NAME
;
appletInfo
->
idInfo
=
IDS_CPL_INFO
;
appletInfo
->
lData
=
0
;
...
...
dlls/inetcpl.cpl/inetcpl.h
View file @
da488eac
...
...
@@ -22,6 +22,9 @@
#include <windef.h>
#include <winuser.h>
/* icons */
#define ICO_MAIN 100
/* strings */
#define IDS_CPL_NAME 1
#define IDS_CPL_INFO 2
dlls/inetcpl.cpl/inetcpl.ico
0 → 100644
View file @
da488eac
24.6 KB
dlls/inetcpl.cpl/inetcpl.rc
View file @
da488eac
...
...
@@ -32,3 +32,6 @@
#define WINE_PRODUCTVERSION_STR "8.00.6001.18939"
#include "wine/wine_common_ver.rc"
/* @makedep: inetcpl.ico */
ICO_MAIN ICON "inetcpl.ico"
dlls/inetcpl.cpl/inetcpl.svg
0 → 100644
View file @
da488eac
This diff is collapsed.
Click to expand it.
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