Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: chrome/app/chrome_exe.rc

Issue 11367002: Add a flag to control whether there is a shortcut for the app list / launcher in the Windows taskba… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Next round Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/chrome_exe.rc
diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc
index 0a8ca06c13d257b716c5a112e9bede432a487b2e..ca80707732eca9cc66746286065cd3c1829b882a 100644
--- a/chrome/app/chrome_exe.rc
+++ b/chrome/app/chrome_exe.rc
@@ -44,6 +44,9 @@ IDR_SXS ICON "theme\google_chrome\chrome_sxs.
#else
IDR_MAINFRAME ICON "theme\chromium\chromium.ico"
#endif
+// Icon for the App Lancher. Named with a leading X to keep the name
+// alphabetically after IDR_SXS.
benwells 2012/11/02 04:54:43 This really did matter. Incredible!
grt (UTC plus 2) 2012/11/02 19:39:38 Sadly, these names (e.g., "IDR_MAINFRAME") are use
benwells 2012/11/03 00:54:18 Ah, thanks for the explanation. This black magic i
+IDR_X_APP_LIST ICON "theme\\app_list.ico"
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698