diff options
author | Marco Peereboom <marco@conformal.com> | 2012-05-30 14:29:40 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-05-30 14:29:40 -0500 |
commit | d781148c87a552dbc1ba2f77b9326ac592525342 (patch) | |
tree | 83606082882b3e322ead5c2aa6f86c80f676205f | |
parent | a3c58a64c59ec9a740f13c1f330599f8cc8640e0 (diff) | |
download | xombrero-d781148c87a552dbc1ba2f77b9326ac592525342.tar.gz |
Xombrero -> xombrero
-rw-r--r-- | about.c | 10 | ||||
-rw-r--r-- | 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) "<li>Michal Mazurek <akfaew@jasminek.net></li>" "<li>Josh Rickmar <jrick@devio.us></li>" "</ul>" - "Copyrights and licenses can be found on the Xombrero " - "<a href=\"http://opensource.conformal.com/wiki/Xombrero\">website</a>" + "Copyrights and licenses can be found on the xombrero " + "<a href=\"http://opensource.conformal.com/wiki/xombrero\">website</a>" "</p>", #ifdef XOMBRERO_BUILDSTR version, XOMBRERO_BUILDSTR, @@ -295,7 +295,7 @@ help(struct tab *t, struct karg *args) head = "<meta http-equiv=\"REFRESH\" content=\"0;" "url=http://opensource.conformal.com/cgi-bin/man-cgi?xombrero\">" "</head>\n"; - body = "Xombrero man page <a href=\"http://opensource.conformal.com/" + body = "xombrero man page <a href=\"http://opensource.conformal.com/" "cgi-bin/man-cgi?xombrero\">http://opensource.conformal.com/" "cgi-bin/man-cgi?xombrero</a>"; @@ -1622,12 +1622,12 @@ xtp_page_sl(struct tab *t, struct karg *args) return (1); } - body = g_strdup_printf("<p>The Xombrero authors will not choose a " + body = g_strdup_printf("<p>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 " "<tt>search_string</tt> as a runtime setting, or set " - "<tt>search_string</tt> to the appropriate URL in your Xombrero " + "<tt>search_string</tt> to the appropriate URL in your xombrero " "configuration.</p>"); 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") |