Chromium Code Reviews| Index: chrome/app/chrome_command_ids.h |
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h |
| index eaf70f2dc23c37f092b5997a34af49f6a82c4bc3..679539f86d3a9c6a9888a70113807fb48ab762f0 100644 |
| --- a/chrome/app/chrome_command_ids.h |
| +++ b/chrome/app/chrome_command_ids.h |
| @@ -228,10 +228,10 @@ |
| #define IDC_SPELLCHECK_ADD_TO_DICTIONARY 41110 |
| // Writing direction |
| -#define IDC_WRITING_DIRECTION_MENU 41120 // OSX and Linux Gtk only |
| -#define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX and Linux Gtk only |
| -#define IDC_WRITING_DIRECTION_LTR 41122 // OSX and Linux Gtk only |
| -#define IDC_WRITING_DIRECTION_RTL 41123 // OSX and Linux Gtk only |
| +#define IDC_WRITING_DIRECTION_MENU 41120 // OSX, Linux Gtk and Aura |
|
Peter Kasting
2013/12/03 22:52:35
These cover most platforms, let's just remove thes
pals
2013/12/04 12:54:50
Done.
|
| +#define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX, Linux Gtk and Aura |
| +#define IDC_WRITING_DIRECTION_LTR 41122 // OSX, Linux Gtk and Aura |
| +#define IDC_WRITING_DIRECTION_RTL 41123 // OSX, Linux Gtk and Aura |
| // Translate |
| #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 |