Chromium Code Reviews| 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. |
|
grt (UTC plus 2)
2012/11/05 19:02:51
consider noting in the comment that the index of t
benwells
2012/11/06 01:15:03
Done.
|
| +IDR_X_APP_LIST ICON "theme\\app_list.ico" |
| #endif // English (U.S.) resources |
| ///////////////////////////////////////////////////////////////////////////// |