Skip to content
Snippets Groups Projects
Commit a2db974d authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

inetcpl.cpl: Reuse Internet icon.

parent 4deaee99
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ static inline BOOL heap_free( void *mem )
/* icons */
#define ICO_MAIN 100
#define ICO_INTERNET 1313
/* strings */
#define IDS_CPL_NAME 1
......
......@@ -129,3 +129,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: inetcpl.ico */
ICO_MAIN ICON "inetcpl.ico"
ICO_INTERNET ICON "inetcpl.ico"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment