projects
/
dana
/
obconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5868447
)
capitlize consistently
author
Dana Jansens
<danakj@orodu.net>
Fri, 1 Jun 2007 03:04:18 +0000
(
03:04
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 1 Jun 2007 03:04:18 +0000
(
03:04
+0000)
src/preview.c
patch
|
blob
|
history
diff --git
a/src/preview.c
b/src/preview.c
index d431a33c5e617e501ff821f521a72531ecf21b2b..3c71b2e0d8424a1a7f5fe94730828cd4ab3cb699 100644
(file)
--- 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 = "
a
ctive";
+ label->texture[0].data.text.string = "
A
ctive";
} else {
label = theme->a_unfocused_label;
- label->texture[0].data.text.string = "
i
nactive";
+ label->texture[0].data.text.string = "
I
nactive";
}
return RrMinWidth(label);