Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Microsoft Visual C++ generated resource script. | 1 // Microsoft Visual C++ generated resource script. |
| 2 // | 2 // |
| 3 | 3 |
| 4 #define APSTUDIO_READONLY_SYMBOLS | 4 #define APSTUDIO_READONLY_SYMBOLS |
| 5 ///////////////////////////////////////////////////////////////////////////// | 5 ///////////////////////////////////////////////////////////////////////////// |
| 6 // | 6 // |
| 7 // Generated from the TEXTINCLUDE 2 resource. | 7 // Generated from the TEXTINCLUDE 2 resource. |
| 8 // | 8 // |
| 9 #define APSTUDIO_HIDDEN_SYMBOLS | 9 #define APSTUDIO_HIDDEN_SYMBOLS |
| 10 #include "windows.h" | 10 #include "windows.h" |
| 11 #undef APSTUDIO_HIDDEN_SYMBOLS | 11 #undef APSTUDIO_HIDDEN_SYMBOLS |
| 12 | 12 |
| 13 ///////////////////////////////////////////////////////////////////////////// | 13 ///////////////////////////////////////////////////////////////////////////// |
| 14 #undef APSTUDIO_READONLY_SYMBOLS | 14 #undef APSTUDIO_READONLY_SYMBOLS |
| 15 | 15 |
| 16 ///////////////////////////////////////////////////////////////////////////// | 16 ///////////////////////////////////////////////////////////////////////////// |
| 17 // English (U.S.) resources | 17 // English (U.S.) resources |
| 18 | 18 |
| 19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
| 20 #ifdef _WIN32 | 20 #ifdef _WIN32 |
| 21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
| 22 #pragma code_page(1252) | 22 #pragma code_page(1252) |
| 23 #endif //_WIN32 | 23 #endif //_WIN32 |
| 24 | 24 |
| 25 ///////////////////////////////////////////////////////////////////////////// | 25 ///////////////////////////////////////////////////////////////////////////// |
| 26 // | 26 // |
| 27 // Icon | |
| 28 // | |
| 29 | |
| 30 // The application icon should: have the lowest ID, be placed first, and its | |
| 31 // resource name should be alphabetically less than the name of any other icon | |
| 32 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx). | |
| 33 // Note: chrome/installer/util/shell_util.cc depends on the order and number of | |
| 34 // icons. To avoid breaking existing shortcuts, add new icons at the end | |
| 35 // (following the ordering described above). | |
| 36 | |
| 37 // Icon for the App Lancher. | |
| 38 IDR_MAINFRAME ICON "..\\..\\..\\app\\theme\\app_list.ico" | |
|
grt (UTC plus 2)
2012/11/13 16:19:32
the first field here can either be a name or a uin
grt (UTC plus 2)
2012/11/13 16:19:32
also, i don't think you need the double-backslashe
huangs
2012/11/13 20:41:54
Made the .h file and set name as IDR_APP_HOST_MAIN
huangs
2012/11/13 20:41:54
The double-backslashes essential. single-backslas
grt (UTC plus 2)
2012/11/14 15:55:14
Ah, awesome. Thanks for the clarification.
huangs
2012/11/14 17:59:15
I meant \c, \g, \v are NOT escape characters.
| |
| 39 | |
| 40 | |
|
benwells
2012/11/13 05:52:56
Nit: extra blank line
huangs
2012/11/13 20:41:54
Done.
| |
| 41 ///////////////////////////////////////////////////////////////////////////// | |
| 42 // | |
| 27 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined | 43 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined |
| 28 // by Omaha. Executables must both be signed by Google and contain the marker | 44 // by Omaha. Executables must both be signed by Google and contain the marker |
| 29 // in order to expose application commands. | 45 // in order to expose application commands. |
| 30 // | 46 // |
| 31 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 | 47 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 |
| 32 | 48 |
| 33 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } | 49 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } |
| 34 | 50 |
| 35 #endif // English (U.S.) resources | 51 #endif // English (U.S.) resources |
| 36 ///////////////////////////////////////////////////////////////////////////// | 52 ///////////////////////////////////////////////////////////////////////////// |
| OLD | NEW |