summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_exe.rc
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-05 21:46:50 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-05 21:46:50 +0000
commit07505a88eac040e4280d27d86f27b2252c92d706 (patch)
treec1e74fe605a2a5793754ff08cae5547615e7d1e3 /chrome/app/chrome_exe.rc
parenta6de082421306f85d8d8f8115c3cc1bc1c094dcd (diff)
downloadchromium_src-07505a88eac040e4280d27d86f27b2252c92d706.zip
chromium_src-07505a88eac040e4280d27d86f27b2252c92d706.tar.gz
chromium_src-07505a88eac040e4280d27d86f27b2252c92d706.tar.bz2
Win SxS: Use SxS icon on the shortcuts in start menu, etc.
BUG=37119 TEST=build official mini_installer, install with and without --chrome-sxs, check icons of created entries Review URL: http://codereview.chromium.org/1959003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_exe.rc')
-rw-r--r--chrome/app/chrome_exe.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc
index 2defc986..da84c04 100644
--- a/chrome/app/chrome_exe.rc
+++ b/chrome/app/chrome_exe.rc
@@ -62,6 +62,9 @@ END
// The application icon should: have the lowest ID, be placed first, and its
// resource name should be alphabetically less than the name of any other icon
// resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
+// Note: chrome/installer/util/shell_util.cc depends on the order and number of
+// icons. To avoid breaking existing shortcuts, add new icons at the end
+// (following the ordering described above).
#if defined(GOOGLE_CHROME_BUILD)
IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico"
IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico"