diff options
author | corvid <corvid@lavabit.com> | 2011-03-18 16:25:58 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-03-18 16:25:58 +0000 |
commit | 7960052b9b50e81705794ebf7e29289d60740df2 (patch) | |
tree | 4b2b1a2f7ef27c188ef817cbdf501f1225f61c9d | |
parent | 9f7e29fb7765c0d3ae9b375e95585f047acc6140 (diff) |
www.dillo.org status value
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -630,7 +630,7 @@ void UI::make_status_bar(int ww, int wh) // Status box StatusOutput = new Fl_Output(0, wh-sh, ww-bm_w, sh); - StatusOutput->value("http://dillo.org"); + StatusOutput->value("http://www.dillo.org"); StatusOutput->labelsize(8); StatusOutput->box(FL_THIN_DOWN_BOX); StatusOutput->clear_visible_focus(); |