| OLD | NEW |
| 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 |
| 11 #include "windows.h" | 11 #include "windows.h" |
| 12 #undef APSTUDIO_HIDDEN_SYMBOLS | 12 #undef APSTUDIO_HIDDEN_SYMBOLS |
| 13 | 13 |
| 14 ///////////////////////////////////////////////////////////////////////////// | 14 ///////////////////////////////////////////////////////////////////////////// |
| 15 #undef APSTUDIO_READONLY_SYMBOLS | 15 #undef APSTUDIO_READONLY_SYMBOLS |
| 16 | 16 |
| 17 ///////////////////////////////////////////////////////////////////////////// | 17 ///////////////////////////////////////////////////////////////////////////// |
| 18 // English (U.S.) resources | 18 // English (U.S.) resources |
| 19 | 19 |
| 20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
| 21 #ifdef _WIN32 | 21 #ifdef _WIN32 |
| 22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
| 23 #pragma code_page(1252) | 23 #pragma code_page(1252) |
| 24 #endif //_WIN32 | 24 #endif //_WIN32 |
| 25 | 25 |
| 26 | 26 |
| 27 #ifdef APSTUDIO_INVOKED | |
| 28 ///////////////////////////////////////////////////////////////////////////// | |
| 29 // | |
| 30 // TEXTINCLUDE | |
| 31 // | |
| 32 | |
| 33 1 TEXTINCLUDE | |
| 34 BEGIN | |
| 35 "chrome_exe_resource.h\0" | |
| 36 END | |
| 37 | |
| 38 2 TEXTINCLUDE | |
| 39 BEGIN | |
| 40 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" | |
| 41 "#include ""windows.h""\r\n" | |
| 42 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" | |
| 43 "\0" | |
| 44 END | |
| 45 | |
| 46 3 TEXTINCLUDE | |
| 47 BEGIN | |
| 48 "\r\n" | |
| 49 "\0" | |
| 50 END | |
| 51 | |
| 52 #else // APSTUDIO_INVOKED | |
| 53 #include "chrome_exe_version.rc" | |
| 54 #endif // APSTUDIO_INVOKED | |
| 55 | |
| 56 | |
| 57 ///////////////////////////////////////////////////////////////////////////// | 27 ///////////////////////////////////////////////////////////////////////////// |
| 58 // | 28 // |
| 59 // Icon | 29 // Icon |
| 60 // | 30 // |
| 61 | 31 |
| 62 // The application icon should: have the lowest ID, be placed first, and its | 32 // The application icon should: have the lowest ID, be placed first, and its |
| 63 // resource name should be alphabetically less than the name of any other icon | 33 // resource name should be alphabetically less than the name of any other icon |
| 64 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx). | 34 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx). |
| 65 // Note: chrome/installer/util/shell_util.cc depends on the order and number of | 35 // Note: chrome/installer/util/shell_util.cc depends on the order and number of |
| 66 // icons. To avoid breaking existing shortcuts, add new icons at the end | 36 // icons. To avoid breaking existing shortcuts, add new icons at the end |
| 67 // (following the ordering described above). | 37 // (following the ordering described above). |
| 68 #if defined(GOOGLE_CHROME_BUILD) | 38 #if defined(GOOGLE_CHROME_BUILD) |
| 69 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" | 39 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" |
| 70 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico
" | 40 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico
" |
| 71 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico
" | 41 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico
" |
| 72 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico
" | 42 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico
" |
| 73 IDR_SXS ICON "theme\google_chrome\chrome_sxs.
ico" | 43 IDR_SXS ICON "theme\google_chrome\chrome_sxs.
ico" |
| 74 #else | 44 #else |
| 75 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" | 45 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" |
| 76 #endif | 46 #endif |
| 77 | 47 |
| 78 #endif // English (U.S.) resources | 48 #endif // English (U.S.) resources |
| 79 ///////////////////////////////////////////////////////////////////////////// | 49 ///////////////////////////////////////////////////////////////////////////// |
| 80 | |
| 81 | |
| 82 #ifndef APSTUDIO_INVOKED | |
| 83 ///////////////////////////////////////////////////////////////////////////// | |
| 84 // | |
| 85 // Generated from the TEXTINCLUDE 3 resource. | |
| 86 // | |
| 87 | |
| 88 | |
| 89 ///////////////////////////////////////////////////////////////////////////// | |
| 90 #endif // not APSTUDIO_INVOKED | |
| OLD | NEW |