diff options
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index 1e93ca5b..eaf70f2 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 only -#define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX only -#define IDC_WRITING_DIRECTION_LTR 41122 // OSX only -#define IDC_WRITING_DIRECTION_RTL 41123 // OSX only +#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 // Translate #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 |