summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/gui.cpp')
-rw-r--r--beos/gui.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 5eabfa848..da6cbcd1a 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -609,6 +609,10 @@ static void gui_init(int argc, char** argv)
nsbeos_options_init();
+ /* We don't yet have an implementation of "select" form elements (they should use a popup menu)
+ * So we use the cross-platform code instead. */
+ nsoption_set_bool(core_select_menu, true);
+
if (nsoption_charp(cookie_file) == NULL) {
find_resource(buf, "Cookies", "%/Cookies");
LOG("Using '%s' as Cookies file", buf);