diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 01:51:03 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 01:51:03 +0000 |
commit | 4aa0dea1a9404a38aa18d594b95f852b55b6dfca (patch) | |
tree | 42e853ad8d707a137e1b2fca623a8b652935296b /chrome/app/chrome_command_ids.h | |
parent | f73e358d841bef31ece39c4b0436b17869d6241b (diff) | |
download | chromium_src-4aa0dea1a9404a38aa18d594b95f852b55b6dfca.zip chromium_src-4aa0dea1a9404a38aa18d594b95f852b55b6dfca.tar.gz chromium_src-4aa0dea1a9404a38aa18d594b95f852b55b6dfca.tar.bz2 |
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
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 |