mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
inetcpl.cpl: Reuse Internet icon.
This commit is contained in:
parent
4deaee9927
commit
a2db974d19
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user