diff options
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/menu_droparrow.png | bin | 0 -> 2932 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.h | 1 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.rc | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/menu_droparrow.png b/chrome/app/theme/menu_droparrow.png Binary files differnew file mode 100644 index 0000000..9cc81e0 --- /dev/null +++ b/chrome/app/theme/menu_droparrow.png diff --git a/chrome/app/theme/theme_resources.h b/chrome/app/theme/theme_resources.h index 03b34f2..0dda934 100644 --- a/chrome/app/theme/theme_resources.h +++ b/chrome/app/theme/theme_resources.h @@ -316,3 +316,4 @@ #define IDR_DISTRIBUTOR_LOGO_LIGHT 9308 #define IDR_BOOKMARK_MANAGER_RECENT_ICON 9309 #define IDR_BOOKMARK_MANAGER_SEARCH_ICON 9310 +#define IDR_MENU_DROPARROW 9311 diff --git a/chrome/app/theme/theme_resources.rc b/chrome/app/theme/theme_resources.rc index 9826562..ab835ee 100644 --- a/chrome/app/theme/theme_resources.rc +++ b/chrome/app/theme/theme_resources.rc @@ -305,3 +305,4 @@ IDR_THROBBER_LIGHT BINDATA "throbber_light.png" IDR_OTR_ICON_STANDALONE BINDATA "otr_icon_standalone.png" IDR_BOOKMARK_MANAGER_RECENT_ICON BINDATA "bookmark_manager_recent.png" IDR_BOOKMARK_MANAGER_SEARCH_ICON BINDATA "bookmark_manager_search.png" +IDR_MENU_DROPARROW BINDATA "menu_droparrow.png" |