From 07505a88eac040e4280d27d86f27b2252c92d706 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Wed, 5 May 2010 21:46:50 +0000 Subject: 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 --- chrome/app/chrome_exe.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/app') 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" -- cgit v1.1