From 4aa0dea1a9404a38aa18d594b95f852b55b6dfca Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Thu, 9 Dec 2010 01:51:03 +0000 Subject: linux: Stock menu icons update. Show default stock icons for the bookmark bar context menus, and use gtk-save-as icon instead gtk-save for the 'Save .. As ...' items. Also, use IDC_ values instead of IDS_ values for the bookmark-bar context menus. BUG=65441 TEST=manual, see bug. Review URL: http://codereview.chromium.org/5659003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68690 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_command_ids.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'chrome/app/chrome_command_ids.h') diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index 2372acee..dccebfa 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -256,3 +256,16 @@ // Search items. #define IDC_CONTENT_CONTEXT_GOTOURL 50170 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 + +// Context menu items in the bookmark bar +#define IDC_BOOKMARK_BAR_OPEN_ALL 51000 +#define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 +#define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 +#define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 +#define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 +#define IDC_BOOKMARK_BAR_EDIT 51005 +#define IDC_BOOKMARK_BAR_REMOVE 51006 +#define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 +#define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 +#define IDC_BOOKMARK_MANAGER 51009 +#define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 -- cgit v1.1