Return backed up TemplateURL on default search change
[chromium-blink-merge.git] / chrome / app / chrome_exe.rc
blob0a8ca06c13d257b716c5a112e9bede432a487b2e
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "chrome_exe_resource.h"
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252)
24 #endif //_WIN32
27 /////////////////////////////////////////////////////////////////////////////
29 // Icon
32 // The application icon should: have the lowest ID, be placed first, and its
33 // resource name should be alphabetically less than the name of any other icon
34 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
35 // Note: chrome/installer/util/shell_util.cc depends on the order and number of
36 // icons.  To avoid breaking existing shortcuts, add new icons at the end
37 // (following the ordering described above).
38 #if defined(GOOGLE_CHROME_BUILD)
39 IDR_MAINFRAME           ICON                    "theme\google_chrome\chrome.ico"
40 IDR_MAINFRAME_2         ICON                    "theme\google_chrome\chrome2.ico"
41 IDR_MAINFRAME_3         ICON                    "theme\google_chrome\chrome3.ico"
42 IDR_MAINFRAME_4         ICON                    "theme\google_chrome\chrome4.ico"
43 IDR_SXS                 ICON                    "theme\google_chrome\chrome_sxs.ico"
44 #else
45 IDR_MAINFRAME           ICON                    "theme\chromium\chromium.ico"
46 #endif
48 #endif    // English (U.S.) resources
49 /////////////////////////////////////////////////////////////////////////////