summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll.rc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/chrome_dll.rc')
-rw-r--r--chrome/app/chrome_dll.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index 4d25159..2e6c48d 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -142,7 +142,11 @@ END
// the icon from the current module). We can perhaps work around this in the
// future to get the icon from the .exe, which would save a copy.
-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
/////////////////////////////////////////////////////////////////////////////
//