summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
authorAdrien Destugues <pulkomandy@pulkomandy.tk>2016-02-01 23:21:24 +0000
committerVincent Sanders <vince@kyllikki.org>2016-02-01 23:21:24 +0000
commit18c8cb0f8597e7c3a516032439069eddb13559b7 (patch)
tree4fc8c6ce1f61b7b023cb4e8281e9eb4da451dd8e /beos/window.cpp
parent25b88e42e6160c163f36f69226b4781c2fb56c92 (diff)
downloadnetsurf-18c8cb0f8597e7c3a516032439069eddb13559b7.tar.gz
netsurf-18c8cb0f8597e7c3a516032439069eddb13559b7.tar.bz2
UI fixes for search bar and cookie manager
- Make the "Utilities" menu enabled again, since the cookie manager is there, - Bigger default size for the cookie manager window, and activate it when shown, - Fix the layout of the top bar so the search field is visible, and make it send the search request to the right place.
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index 40b2eccdb..ebf250a6f 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -158,6 +158,7 @@ NSBrowserFrameView::MessageReceived(BMessage *message)
case 'home':
case 'urlc':
case 'urle':
+ case 'sear':
case 'menu':
case NO_ACTION:
case HELP_OPEN_CONTENTS: