From: Dana Jansens Date: Fri, 1 Jun 2007 03:04:18 +0000 (+0000) Subject: capitlize consistently X-Git-Tag: release-2.0.2~59 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=467fc1d0ca2782773e1138dd95586119a7865b18;p=dana%2Fobconf.git capitlize consistently --- diff --git a/src/preview.c b/src/preview.c index d431a33..3c71b2e 100644 --- a/src/preview.c +++ b/src/preview.c @@ -434,10 +434,10 @@ static gint theme_label_width(RrTheme *theme, gboolean active) if (active) { label = theme->a_focused_label; - label->texture[0].data.text.string = "active"; + label->texture[0].data.text.string = "Active"; } else { label = theme->a_unfocused_label; - label->texture[0].data.text.string = "inactive"; + label->texture[0].data.text.string = "Inactive"; } return RrMinWidth(label);