aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index 9bab589c..3539ad42 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -26,6 +26,7 @@
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
+#include <FL/fl_ask.H>
#include <FL/fl_draw.H>
#include "msg.h"
@@ -397,6 +398,8 @@ int main(int argc, char **argv)
// only way to set the
// default font in fltk1.3
+ fl_message_title_default("Dillo: Message");
+
// Create a new UI/bw pair
BrowserWindow *bw = a_UIcmd_browser_window_new(0, 0, xid, NULL);