summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll_resource.h
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-05 11:51:27 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-05 11:51:27 +0000
commit6c8493c5bf17929c6cd6815e8dc80c5038cbbd29 (patch)
treead69c84e7332b9b51fa72cf8a53bcfea4795924a /chrome/app/chrome_dll_resource.h
parentdee5464259bc255197d56b250f66ee80b380c2c5 (diff)
downloadchromium_src-6c8493c5bf17929c6cd6815e8dc80c5038cbbd29.zip
chromium_src-6c8493c5bf17929c6cd6815e8dc80c5038cbbd29.tar.gz
chromium_src-6c8493c5bf17929c6cd6815e8dc80c5038cbbd29.tar.bz2
WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524
BUG=NONE TEST=Right clicking on a text input field in Web content on OS X should now show a Writing Direction submenu. Clicking on "Left To Right" should align the input to the left, and "Right To Left" should do the opposit. The "Default" menu item should always be disabled. Review URL: http://codereview.chromium.org/566031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r--chrome/app/chrome_dll_resource.h6
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