summaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2012-12-10 02:00:04 +0000
committerJeremy Henty <onepoint@starurchin.org>2012-12-10 02:00:04 +0000
commitfb85e0c89a2fc119d99e80b0070e95ceb5381f67 (patch)
treead86d1c8653e4bfcb3a198533d126b6c7b6596df /src/dillo.cc
parent2a663aa647dec4fd46f401637484c163c2824e12 (diff)
Dillo: improved window titles.
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);