Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: chrome/app/chrome_dll_resource.h

Issue 566031: Chromium side of Writing Direction Context Menu on OS X (Closed)
Patch Set: Fix Avi's comments. Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll_resource.h
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index 423c0532ad51f4e3cec900043a70d03410c85684..c73243c771e99023979956b829edf17d661cf436 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698