From d781148c87a552dbc1ba2f77b9326ac592525342 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 30 May 2012 14:29:40 -0500 Subject: [PATCH] Xombrero -> xombrero --- about.c | 10 +++++----- xombrero.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/about.c b/about.c index c0c630d..f563b0c 100644 --- a/about.c +++ b/about.c @@ -260,8 +260,8 @@ about(struct tab *t, struct karg *args) "
  • Michal Mazurek <akfaew@jasminek.net>
  • " "
  • Josh Rickmar <jrick@devio.us>
  • " "" - "Copyrights and licenses can be found on the Xombrero " - "website" + "Copyrights and licenses can be found on the xombrero " + "website" "

    ", #ifdef XOMBRERO_BUILDSTR version, XOMBRERO_BUILDSTR, @@ -295,7 +295,7 @@ help(struct tab *t, struct karg *args) head = "" "\n"; - body = "Xombrero man page http://opensource.conformal.com/" "cgi-bin/man-cgi?xombrero"; @@ -1622,12 +1622,12 @@ xtp_page_sl(struct tab *t, struct karg *args) return (1); } - body = g_strdup_printf("

    The Xombrero authors will not choose a " + body = g_strdup_printf("

    The xombrero authors will not choose a " "default search engine for you. What follows is a list of search " "engines (in no particular order) you may be interested in. " "To permanently choose a search engine, click [ Select ] to save " "search_string as a runtime setting, or set " - "search_string to the appropriate URL in your Xombrero " + "search_string to the appropriate URL in your xombrero " "configuration.

    "); tmp = body; diff --git a/xombrero.h b/xombrero.h index 06049a3..912b027 100644 --- a/xombrero.h +++ b/xombrero.h @@ -317,7 +317,7 @@ RB_HEAD(strict_transport_tree, strict_transport); RB_PROTOTYPE(strict_transport_tree, strict_transport, entry, strict_transport_rb_cmp); /* utility */ -#define XT_NAME ("Xombrero") +#define XT_NAME ("xombrero") #define XT_CB_HANDLED (TRUE) #define XT_CB_PASSTHROUGH (FALSE) #define XT_FAVS_FILE ("favorites") -- 2.11.4.GIT