inetcpl.cpl: Reuse Internet icon.

This commit is contained in:
André Hentschel 2012-10-03 01:17:49 +02:00 committed by Alexandre Julliard
parent 4deaee9927
commit a2db974d19
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -129,3 +129,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: inetcpl.ico */
ICO_MAIN ICON "inetcpl.ico"
ICO_INTERNET ICON "inetcpl.ico"