| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 //{{NO_DEPENDENCIES}} | 5 //{{NO_DEPENDENCIES}} |
| 6 // | 6 // |
| 7 // What began as a Microsoft Visual C++ generated include file is now | 7 // What began as a Microsoft Visual C++ generated include file is now |
| 8 // edited by hand. Do not generate!!! | 8 // edited by hand. Do not generate!!! |
| 9 // | 9 // |
| 10 // Used by chrome_dll.rc, Mac nibs, ... | 10 // Used by chrome_dll.rc, Mac nibs, ... |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 | 223 #define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4 |
| 224 #define IDC_SPELLCHECK_MENU 41005 | 224 #define IDC_SPELLCHECK_MENU 41005 |
| 225 // Language entries are inserted using autogenerated values between | 225 // Language entries are inserted using autogenerated values between |
| 226 // [_FIRST, _LAST). | 226 // [_FIRST, _LAST). |
| 227 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006 | 227 #define IDC_SPELLCHECK_LANGUAGES_FIRST 41006 |
| 228 #define IDC_SPELLCHECK_LANGUAGES_LAST 41106 | 228 #define IDC_SPELLCHECK_LANGUAGES_LAST 41106 |
| 229 #define IDC_CHECK_SPELLING_OF_THIS_FIELD 41107 | 229 #define IDC_CHECK_SPELLING_OF_THIS_FIELD 41107 |
| 230 #define IDC_SYNC_BOOKMARKS 41108 | 230 #define IDC_SYNC_BOOKMARKS 41108 |
| 231 #define IDC_SPELLPANEL_TOGGLE 41109 | 231 #define IDC_SPELLPANEL_TOGGLE 41109 |
| 232 | 232 |
| 233 // Writing direction |
| 234 #define IDC_WRITING_DIRECTION_MENU 41120 // OSX only |
| 235 #define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX only |
| 236 #define IDC_WRITING_DIRECTION_LTR 41122 // OSX only |
| 237 #define IDC_WRITING_DIRECTION_RTL 41123 // OSX only |
| 238 |
| 233 // Translate | 239 // Translate |
| 234 #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 | 240 #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 |
| 235 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001 | 241 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001 |
| 236 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_SITE 42002 | 242 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_SITE 42002 |
| 237 #define IDC_TRANSLATE_OPTIONS_ABOUT 42003 | 243 #define IDC_TRANSLATE_OPTIONS_ABOUT 42003 |
| 238 #define IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE 42100 | 244 #define IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE 42100 |
| 239 #define IDC_TRANSLATE_TARGET_LANGUAGE_BASE 42400 | 245 #define IDC_TRANSLATE_TARGET_LANGUAGE_BASE 42400 |
| 240 | 246 |
| 241 // Next default values for new objects | 247 // Next default values for new objects |
| 242 // | 248 // |
| (...skipping 14 matching lines...) Expand all Loading... |
| 257 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only | 263 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only |
| 258 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only | 264 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only |
| 259 #define IDC_HISTORY_MENU 46000 // OSX only | 265 #define IDC_HISTORY_MENU 46000 // OSX only |
| 260 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 266 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
| 261 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 267 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
| 262 #define IDC_INPUT_METHODS_MENU 46300 // Linux only | 268 #define IDC_INPUT_METHODS_MENU 46300 // Linux only |
| 263 | 269 |
| 264 // Custom context menu entries | 270 // Custom context menu entries |
| 265 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 | 271 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 |
| 266 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 | 272 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 |
| OLD | NEW |