diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:51:02 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 20:51:02 +0000 |
commit | 40e59f901bc45d009b01b5252dc1e6140ba67642 (patch) | |
tree | 880793e36522e87653c88b867b6e166d2a8d33c2 /app/resources | |
parent | 34831e0d903dc77863f64096e73f136f4742269b (diff) | |
download | chromium_src-40e59f901bc45d009b01b5252dc1e6140ba67642.zip chromium_src-40e59f901bc45d009b01b5252dc1e6140ba67642.tar.gz chromium_src-40e59f901bc45d009b01b5252dc1e6140ba67642.tar.bz2 |
Attempt 2 at landing bookmark menus.
The build breakage was the result of a bad ifdef in MenuController,
specifically around the OnKeyDown method.
BUG=none
TEST=none
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/173517
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resources')
-rw-r--r-- | app/resources/app_resources.grd | 2 | ||||
-rwxr-xr-x | app/resources/menu_arrow.png | bin | 0 -> 154 bytes | |||
-rwxr-xr-x | app/resources/menu_check.png | bin | 0 -> 208 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/app/resources/app_resources.grd b/app/resources/app_resources.grd index ee0c5a2..d24c91e 100644 --- a/app/resources/app_resources.grd +++ b/app/resources/app_resources.grd @@ -106,6 +106,8 @@ <!-- Menus --> <include name="IDR_MENU_DROPARROW" file="menu_droparrow.png" type="BINDATA" /> + <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" /> + <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" /> <include name="IDR_GLEN" file="linux_close_glen.png" type="BINDATA" /> </includes> diff --git a/app/resources/menu_arrow.png b/app/resources/menu_arrow.png Binary files differnew file mode 100755 index 0000000..24ed897 --- /dev/null +++ b/app/resources/menu_arrow.png diff --git a/app/resources/menu_check.png b/app/resources/menu_check.png Binary files differnew file mode 100755 index 0000000..dd714e0 --- /dev/null +++ b/app/resources/menu_check.png |