| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 #define IDC_CLEAR_BROWSING_DATA 40013 | 172 #define IDC_CLEAR_BROWSING_DATA 40013 |
| 173 #define IDC_IMPORT_SETTINGS 40014 | 173 #define IDC_IMPORT_SETTINGS 40014 |
| 174 #define IDC_OPTIONS 40015 | 174 #define IDC_OPTIONS 40015 |
| 175 #define IDC_EDIT_SEARCH_ENGINES 40016 | 175 #define IDC_EDIT_SEARCH_ENGINES 40016 |
| 176 #define IDC_VIEW_PASSWORDS 40017 | 176 #define IDC_VIEW_PASSWORDS 40017 |
| 177 #define IDC_ABOUT 40018 | 177 #define IDC_ABOUT 40018 |
| 178 #define IDC_HELP_PAGE 40019 | 178 #define IDC_HELP_PAGE 40019 |
| 179 #define IDC_SHOW_APP_MENU 40020 | 179 #define IDC_SHOW_APP_MENU 40020 |
| 180 #define IDC_SHOW_PAGE_MENU 40021 | 180 #define IDC_SHOW_PAGE_MENU 40021 |
| 181 #define IDC_SHOW_EXTENSION_SHELF 40022 | 181 #define IDC_SHOW_EXTENSION_SHELF 40022 |
| 182 #define IDC_MANAGE_EXTENSIONS 40023 |
| 182 | 183 |
| 183 // Spell-check | 184 // Spell-check |
| 184 // Insert any additional suggestions before _LAST; these have to be consecutive. | 185 // Insert any additional suggestions before _LAST; these have to be consecutive. |
| 185 #define IDC_SPELLCHECK_SUGGESTION_0 41000 | 186 #define IDC_SPELLCHECK_SUGGESTION_0 41000 |
| 186 #define IDC_SPELLCHECK_SUGGESTION_1 41001 | 187 #define IDC_SPELLCHECK_SUGGESTION_1 41001 |
| 187 #define IDC_SPELLCHECK_SUGGESTION_2 41002 | 188 #define IDC_SPELLCHECK_SUGGESTION_2 41002 |
| 188 #define IDC_SPELLCHECK_SUGGESTION_3 41003 | 189 #define IDC_SPELLCHECK_SUGGESTION_3 41003 |
| 189 #define IDC_SPELLCHECK_SUGGESTION_4 41004 | 190 #define IDC_SPELLCHECK_SUGGESTION_4 41004 |
| 190 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 | 191 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 |
| 191 #define IDC_SPELLCHECK_MENU 41005 | 192 #define IDC_SPELLCHECK_MENU 41005 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 209 #endif | 210 #endif |
| 210 | 211 |
| 211 // Identifiers for platform-specific items. | 212 // Identifiers for platform-specific items. |
| 212 // Placed in a common file to help insure they never collide. | 213 // Placed in a common file to help insure they never collide. |
| 213 #define IDC_BOOKMARK_MENU 43000 // OSX only | 214 #define IDC_BOOKMARK_MENU 43000 // OSX only |
| 214 #define IDC_VIEW_MENU 44000 // OSX only | 215 #define IDC_VIEW_MENU 44000 // OSX only |
| 215 #define IDC_CONTROL_PANEL 45000 // Linux2 only | 216 #define IDC_CONTROL_PANEL 45000 // Linux2 only |
| 216 #define IDC_HISTORY_MENU 46000 // OSX only | 217 #define IDC_HISTORY_MENU 46000 // OSX only |
| 217 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 218 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
| 218 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 219 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
| 219 | |
| 220 // Extensions menu | |
| 221 // Dynamic items from extensions are filled in between _FIRST and _LAST. If we | |
| 222 // end up with more than 997 browser actions registered, we have other problems. | |
| 223 #define IDC_SHOW_EXTENSIONS_SUBMENU 47000 | |
| 224 #define IDC_MANAGE_EXTENSIONS 47001 | |
| 225 #define IDC_BROWSER_ACTION_FIRST 47002 | |
| 226 #define IDC_BROWSER_ACTION_LAST 47999 | |
| OLD | NEW |