diff options
author | Todd T. Fries <todd@fries.net> | 2012-02-29 16:35:01 -0600 |
---|---|---|
committer | Todd T. Fries <todd@fries.net> | 2012-02-29 16:35:01 -0600 |
commit | d8f3947ed441bb22ba6dab1fdef8210722add98f (patch) | |
tree | 93c22b0fe9826b710e35bcc5be8c6ee934ecbe94 | |
parent | ec6bc5b16eeddfff3fb0033e2bb8c8f82ba15a96 (diff) | |
download | xombrero-d8f3947ed441bb22ba6dab1fdef8210722add98f.tar.gz |
twiddle the title properly four about:allthethings
-rw-r--r-- | about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c index 94f5838..5490de4 100644 --- a/about.c +++ b/about.c @@ -1683,7 +1683,7 @@ allthethings(struct tab *t, struct karg *arg) webkit_web_view_can_paste_clipboard(t->wv)); g_free(b); - page = get_html_page("About AllTheSettings", body, "", 0); + page = get_html_page("\o_ About All The Things _o/", body, "", 0); g_free(body); load_webkit_string(t, page, XT_URI_ABOUT_ALLTHETHINGS); |