summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-12 20:16:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-12 20:18:01 +0000
commit15e61743a3569f1755d8a2eb2b20418c7df556db (patch)
tree9d0e782bf85f1d3f0b67410ecd2780fcebc1aa3d
parent1809143ff33ed96d17e4e331b115b387801e10f5 (diff)
downloadnetsurf-15e61743a3569f1755d8a2eb2b20418c7df556db.tar.gz
netsurf-15e61743a3569f1755d8a2eb2b20418c7df556db.tar.bz2
Add button to quit by default. Not having it confuses people who run it as intended on the framebuffer, and it can still be turned off should somone wish to.
-rw-r--r--Docs/USING-Framebuffer2
-rw-r--r--framebuffer/gui.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Docs/USING-Framebuffer b/Docs/USING-Framebuffer
index 6a1f2b53a..560cda658 100644
--- a/Docs/USING-Framebuffer
+++ b/Docs/USING-Framebuffer
@@ -97,7 +97,7 @@ Configuring
t - throbber/activity indicator
c - close the current window
- The default layout is "blfsrut" there should be no more than a
+ The default layout is "blfsrutc" there should be no more than a
single url bar entry. If the option is set to the empty string (no
spaces permitted) the toolbar is disabled altogether.
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 899be1351..8a84d4b7c 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -59,7 +59,7 @@
#include "desktop/history_core.h"
#include "content/fetch.h"
-#define NSFB_TOOLBAR_DEFAULT_LAYOUT "blfsrut"
+#define NSFB_TOOLBAR_DEFAULT_LAYOUT "blfsrutc"
fbtk_widget_t *fbtk;