diff options
Diffstat (limited to 'chrome/app/chrome_exe.rc')
-rw-r--r-- | chrome/app/chrome_exe.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc index 600b959..34fe345 100644 --- a/chrome/app/chrome_exe.rc +++ b/chrome/app/chrome_exe.rc @@ -61,7 +61,11 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDR_MAINFRAME ICON "resources\\chrome.ico" +#if defined(GOOGLE_CHROME_BUILD) +IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" +#else +IDR_MAINFRAME ICON "theme\chromium\chromium.ico" +#endif #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// |