| OLD | NEW |
| 1 //{{NO_DEPENDENCIES}} | 1 //{{NO_DEPENDENCIES}} |
| 2 // | 2 // |
| 3 // What began as a Microsoft Visual C++ generated include file is now | 3 // What began as a Microsoft Visual C++ generated include file is now |
| 4 // edited by hand. Do not generate!!! | 4 // edited by hand. Do not generate!!! |
| 5 // | 5 // |
| 6 // Used by chrome_dll.rc, Mac nibs, ... | 6 // Used by chrome_dll.rc, Mac nibs, ... |
| 7 // | 7 // |
| 8 | 8 |
| 9 #define IDR_MAINFRAME 101 | 9 #define IDR_MAINFRAME 101 |
| 10 | 10 |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 #define IDC_SHOW_DOWNLOADS 40012 | 168 #define IDC_SHOW_DOWNLOADS 40012 |
| 169 #define IDC_CLEAR_BROWSING_DATA 40013 | 169 #define IDC_CLEAR_BROWSING_DATA 40013 |
| 170 #define IDC_IMPORT_SETTINGS 40014 | 170 #define IDC_IMPORT_SETTINGS 40014 |
| 171 #define IDC_OPTIONS 40015 | 171 #define IDC_OPTIONS 40015 |
| 172 #define IDC_EDIT_SEARCH_ENGINES 40016 | 172 #define IDC_EDIT_SEARCH_ENGINES 40016 |
| 173 #define IDC_VIEW_PASSWORDS 40017 | 173 #define IDC_VIEW_PASSWORDS 40017 |
| 174 #define IDC_ABOUT 40018 | 174 #define IDC_ABOUT 40018 |
| 175 #define IDC_HELP_PAGE 40019 | 175 #define IDC_HELP_PAGE 40019 |
| 176 #define IDC_SHOW_APP_MENU 40020 | 176 #define IDC_SHOW_APP_MENU 40020 |
| 177 #define IDC_SHOW_PAGE_MENU 40021 | 177 #define IDC_SHOW_PAGE_MENU 40021 |
| 178 #define IDC_SHOW_EXTENSION_SHELF 40022 |
| 178 | 179 |
| 179 // Spell-check | 180 // Spell-check |
| 180 // Insert any additional suggestions before _LAST; these have to be consecutive. | 181 // Insert any additional suggestions before _LAST; these have to be consecutive. |
| 181 #define IDC_SPELLCHECK_SUGGESTION_0 41000 | 182 #define IDC_SPELLCHECK_SUGGESTION_0 41000 |
| 182 #define IDC_SPELLCHECK_SUGGESTION_1 41001 | 183 #define IDC_SPELLCHECK_SUGGESTION_1 41001 |
| 183 #define IDC_SPELLCHECK_SUGGESTION_2 41002 | 184 #define IDC_SPELLCHECK_SUGGESTION_2 41002 |
| 184 #define IDC_SPELLCHECK_SUGGESTION_3 41003 | 185 #define IDC_SPELLCHECK_SUGGESTION_3 41003 |
| 185 #define IDC_SPELLCHECK_SUGGESTION_4 41004 | 186 #define IDC_SPELLCHECK_SUGGESTION_4 41004 |
| 186 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 | 187 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 |
| 187 #define IDC_SPELLCHECK_MENU 41005 | 188 #define IDC_SPELLCHECK_MENU 41005 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 205 | 206 |
| 206 // Identifiers for platform-specific items. | 207 // Identifiers for platform-specific items. |
| 207 // Placed in a common file to help insure they never collide. | 208 // Placed in a common file to help insure they never collide. |
| 208 #define IDC_BOOKMARK_MENU 43000 // OSX only | 209 #define IDC_BOOKMARK_MENU 43000 // OSX only |
| 209 #define IDC_VIEW_MENU 44000 // OSX only | 210 #define IDC_VIEW_MENU 44000 // OSX only |
| 210 #define IDC_CONTROL_PANEL 45000 // Linux2 only | 211 #define IDC_CONTROL_PANEL 45000 // Linux2 only |
| 211 #define IDC_HISTORY_MENU 46000 // OSX only | 212 #define IDC_HISTORY_MENU 46000 // OSX only |
| 212 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 213 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
| 213 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 214 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
| 214 | 215 |
| OLD | NEW |