diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 19:42:11 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 19:42:11 +0000 |
commit | 7cf368d8e41dce78f5ab8920f3f048c97b96876c (patch) | |
tree | ff030a57ae4c900e24ff27f7f0a52e21e6cf4b52 /app/resources/app_resources.grd | |
parent | 0401df24e2cb038578346e09be9e4bc108bc363e (diff) | |
download | chromium_src-7cf368d8e41dce78f5ab8920f3f048c97b96876c.zip chromium_src-7cf368d8e41dce78f5ab8920f3f048c97b96876c.tar.gz chromium_src-7cf368d8e41dce78f5ab8920f3f048c97b96876c.tar.bz2 |
Gets bookmark menu working on linux. There are just a handful of
NOTIMPLEMENTEDs to resolve (initiating drags is the biggest remaining
issue). I'll tackle the remaining issues separately.
BUG=none
TEST=make sure bookmark menus work well on windows still.
Review URL: http://codereview.chromium.org/173431
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resources/app_resources.grd')
-rw-r--r-- | app/resources/app_resources.grd | 2 |
1 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> |