diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2012-12-10 02:00:04 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2012-12-10 02:00:04 +0000 |
commit | fb85e0c89a2fc119d99e80b0070e95ceb5381f67 (patch) | |
tree | ad86d1c8653e4bfcb3a198533d126b6c7b6596df /src/dillo.cc | |
parent | 2a663aa647dec4fd46f401637484c163c2824e12 (diff) |
Dillo: improved window titles.
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 3 |
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); |