From 627978a37cb35e162ee7e41e08388fd5dcc69647 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Jun 2007 00:20:09 +0000 Subject: [PATCH] capitalize stuff in the previews --- src/preview.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/preview.c b/src/preview.c index f2b7e00..d431a33 100644 --- a/src/preview.c +++ b/src/preview.c @@ -69,16 +69,16 @@ static GdkPixbuf* preview_menu(RrTheme *theme) title_text = theme->a_menu_text_title; title_text->surface.parent = title; - title_text->texture[0].data.text.string = "menu"; + title_text->texture[0].data.text.string = "Menu"; normal = theme->a_menu_text_normal; - normal->texture[0].data.text.string = "normal"; + normal->texture[0].data.text.string = "Normal"; disabled = theme->a_menu_text_disabled; - disabled->texture[0].data.text.string = "disabled"; + disabled->texture[0].data.text.string = "Disabled"; selected = theme->a_menu_text_selected; - selected->texture[0].data.text.string = "selected"; + selected->texture[0].data.text.string = "Selected"; bullet = theme->a_menu_bullet_normal; @@ -304,7 +304,7 @@ static GdkPixbuf* preview_window(RrTheme *theme, const gchar *titlelayout, x += theme->button_size + 2 + theme->paddingx + 1; } else if (*layout == 'L') { /* label */ a = focus ? theme->a_focused_label : theme->a_unfocused_label; - a->texture[0].data.text.string = focus ? "active" : "inactive"; + a->texture[0].data.text.string = focus ? "Active" : "Inactive"; a->surface.parent = title; a->surface.parentx = x; -- 2.39.2