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

Side by Side Diff: chrome/app/chrome_exe.rc

Issue 164390: Merge 22314 - Use alternate icon for Chrome shortcuts if specified in master ... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/first_run_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/app/chrome_exe.rc:r69-2775
Merged /trunk/src/chrome/app/chrome_exe.rc:r22314
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "chrome_exe_resource.h" 3 #include "chrome_exe_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 ///////////////////////////////////////////////////////////////////////////// 57 /////////////////////////////////////////////////////////////////////////////
58 // 58 //
59 // Icon 59 // Icon
60 // 60 //
61 61
62 // Icon with lowest ID value placed first to ensure application icon 62 // Icon with lowest ID value placed first to ensure application icon
63 // remains consistent on all systems. 63 // remains consistent on all systems.
64 #if defined(GOOGLE_CHROME_BUILD) 64 #if defined(GOOGLE_CHROME_BUILD)
65 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" 65 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico"
66 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico "
66 #else 67 #else
67 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" 68 IDR_MAINFRAME ICON "theme\chromium\chromium.ico"
68 #endif 69 #endif
69 70
70 #endif // English (U.S.) resources 71 #endif // English (U.S.) resources
71 ///////////////////////////////////////////////////////////////////////////// 72 /////////////////////////////////////////////////////////////////////////////
72 73
73 74
74 #ifndef APSTUDIO_INVOKED 75 #ifndef APSTUDIO_INVOKED
75 ///////////////////////////////////////////////////////////////////////////// 76 /////////////////////////////////////////////////////////////////////////////
76 // 77 //
77 // Generated from the TEXTINCLUDE 3 resource. 78 // Generated from the TEXTINCLUDE 3 resource.
78 // 79 //
79 80
80 81
81 ///////////////////////////////////////////////////////////////////////////// 82 /////////////////////////////////////////////////////////////////////////////
82 #endif // not APSTUDIO_INVOKED 83 #endif // not APSTUDIO_INVOKED
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/first_run_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698