| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 // This file lists all the command IDs understood by e.g. the browser. | 5 // This file lists all the command IDs understood by e.g. the browser. |
| 6 // It is used by Windows RC files, Mac NIB files, and other platforms too. | 6 // It is used by Windows RC files, Mac NIB files, and other platforms too. |
| 7 | 7 |
| 8 // Values below IDC_MinimumLabelValue are reserved for dynamic menu items. | 8 // Values below IDC_MinimumLabelValue are reserved for dynamic menu items. |
| 9 #define IDC_MinimumLabelValue 4000 | 9 #define IDC_MinimumLabelValue 4000 |
| 10 | 10 |
| 11 #define IDC_Messages 4000 | 11 #define IDC_Messages 4000 |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 #define IDC_SYNC_BOOKMARKS 41108 | 181 #define IDC_SYNC_BOOKMARKS 41108 |
| 182 #define IDC_SPELLPANEL_TOGGLE 41109 | 182 #define IDC_SPELLPANEL_TOGGLE 41109 |
| 183 #define IDC_SPELLCHECK_ADD_TO_DICTIONARY 41110 | 183 #define IDC_SPELLCHECK_ADD_TO_DICTIONARY 41110 |
| 184 | 184 |
| 185 // Writing direction | 185 // Writing direction |
| 186 #define IDC_WRITING_DIRECTION_MENU 41120 // OSX only | 186 #define IDC_WRITING_DIRECTION_MENU 41120 // OSX only |
| 187 #define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX only | 187 #define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX only |
| 188 #define IDC_WRITING_DIRECTION_LTR 41122 // OSX only | 188 #define IDC_WRITING_DIRECTION_LTR 41122 // OSX only |
| 189 #define IDC_WRITING_DIRECTION_RTL 41123 // OSX only | 189 #define IDC_WRITING_DIRECTION_RTL 41123 // OSX only |
| 190 | 190 |
| 191 // Remoting | |
| 192 #define IDC_REMOTING_SETUP 41140 | |
| 193 | |
| 194 // Translate | 191 // Translate |
| 195 #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 | 192 #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 |
| 196 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001 | 193 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001 |
| 197 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_SITE 42002 | 194 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_SITE 42002 |
| 198 #define IDC_TRANSLATE_REPORT_BAD_LANGUAGE_DETECTION 42003 | 195 #define IDC_TRANSLATE_REPORT_BAD_LANGUAGE_DETECTION 42003 |
| 199 #define IDC_TRANSLATE_OPTIONS_ABOUT 42004 | 196 #define IDC_TRANSLATE_OPTIONS_ABOUT 42004 |
| 200 #define IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE 42100 | 197 #define IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE 42100 |
| 201 #define IDC_TRANSLATE_TARGET_LANGUAGE_BASE 42400 | 198 #define IDC_TRANSLATE_TARGET_LANGUAGE_BASE 42400 |
| 202 | 199 |
| 203 // Identifiers for platform-specific items. | 200 // Identifiers for platform-specific items. |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 | 264 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 |
| 268 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 | 265 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 |
| 269 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 | 266 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 |
| 270 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 | 267 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 |
| 271 #define IDC_BOOKMARK_BAR_EDIT 51005 | 268 #define IDC_BOOKMARK_BAR_EDIT 51005 |
| 272 #define IDC_BOOKMARK_BAR_REMOVE 51006 | 269 #define IDC_BOOKMARK_BAR_REMOVE 51006 |
| 273 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 | 270 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 |
| 274 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 | 271 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 |
| 275 #define IDC_BOOKMARK_MANAGER 51009 | 272 #define IDC_BOOKMARK_MANAGER 51009 |
| 276 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 | 273 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 |
| OLD | NEW |