summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;