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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 73963004: [Chromium] Adding Writing direction to the context menu for linux gtk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes under TOOLKIT_GTK Created 7 years, 1 month 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_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 1e93ca5b4d4ce310900f259a63ef0edb80d7994a..eaf70f2dc23c37f092b5997a34af49f6a82c4bc3 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
« 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