| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 #define IDC_SPELLCHECK_SUGGESTION_3 41003 | 185 #define IDC_SPELLCHECK_SUGGESTION_3 41003 |
| 186 #define IDC_SPELLCHECK_SUGGESTION_4 41004 | 186 #define IDC_SPELLCHECK_SUGGESTION_4 41004 |
| 187 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 | 187 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 |
| 188 #define IDC_SPELLCHECK_MENU 41005 | 188 #define IDC_SPELLCHECK_MENU 41005 |
| 189 // Language entries are inserted using autogenerated values between | 189 // Language entries are inserted using autogenerated values between |
| 190 // [_FIRST, _LAST). | 190 // [_FIRST, _LAST). |
| 191 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006 | 191 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006 |
| 192 #define IDC_SPELLCHECK_LANGUAGES_LAST 41106 | 192 #define IDC_SPELLCHECK_LANGUAGES_LAST 41106 |
| 193 #define IDC_CHECK_SPELLING_OF_THIS_FIELD 41107 | 193 #define IDC_CHECK_SPELLING_OF_THIS_FIELD 41107 |
| 194 #define IDC_SYNC_BOOKMARKS 41108 | 194 #define IDC_SYNC_BOOKMARKS 41108 |
| 195 #define IDC_SPELLPANEL_TOGGLE 41109 |
| 195 // Next default values for new objects | 196 // Next default values for new objects |
| 196 // | 197 // |
| 197 #ifdef APSTUDIO_INVOKED | 198 #ifdef APSTUDIO_INVOKED |
| 198 #ifndef APSTUDIO_READONLY_SYMBOLS | 199 #ifndef APSTUDIO_READONLY_SYMBOLS |
| 199 #define _APS_NO_MFC 1 | 200 #define _APS_NO_MFC 1 |
| 200 #define _APS_NEXT_RESOURCE_VALUE 3001 | 201 #define _APS_NEXT_RESOURCE_VALUE 3001 |
| 201 #define _APS_NEXT_COMMAND_VALUE 42000 | 202 #define _APS_NEXT_COMMAND_VALUE 42000 |
| 202 #define _APS_NEXT_CONTROL_VALUE 4017 | 203 #define _APS_NEXT_CONTROL_VALUE 4017 |
| 203 #define _APS_NEXT_SYMED_VALUE 1001 | 204 #define _APS_NEXT_SYMED_VALUE 1001 |
| 204 #endif | 205 #endif |
| 205 #endif | 206 #endif |
| 206 | 207 |
| 207 // Identifiers for platform-specific items. | 208 // Identifiers for platform-specific items. |
| 208 // Placed in a common file to help insure they never collide. | 209 // Placed in a common file to help insure they never collide. |
| 209 #define IDC_BOOKMARK_MENU 43000 // OSX only | 210 #define IDC_BOOKMARK_MENU 43000 // OSX only |
| 210 #define IDC_VIEW_MENU 44000 // OSX only | 211 #define IDC_VIEW_MENU 44000 // OSX only |
| 211 #define IDC_CONTROL_PANEL 45000 // Linux2 only | 212 #define IDC_CONTROL_PANEL 45000 // Linux2 only |
| 212 #define IDC_HISTORY_MENU 46000 // OSX only | 213 #define IDC_HISTORY_MENU 46000 // OSX only |
| 213 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 214 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
| 214 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 215 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
| 215 | 216 |
| OLD | NEW |