diff options
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 423c053..c73243c 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -230,6 +230,12 @@ #define IDC_SYNC_BOOKMARKS 41108 #define IDC_SPELLPANEL_TOGGLE 41109 +// 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 + // Translate #define IDC_TRANSLATE_OPTIONS_ALWAYS 42000 #define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001 |