projects
/
platform
/
upstream
/
evolution-data-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c97c7
)
Bug #670279 - "Category" selector mnemonic not shown
author
Milan Crha
<mcrha@redhat.com>
Mon, 14 May 2012 18:16:22 +0000
(20:16 +0200)
committer
Milan Crha
<mcrha@redhat.com>
Mon, 14 May 2012 18:16:22 +0000
(20:16 +0200)
libedataserverui/e-name-selector-dialog.c
patch
|
blob
|
history
diff --git
a/libedataserverui/e-name-selector-dialog.c
b/libedataserverui/e-name-selector-dialog.c
index
18e7368
..
5e97f3d
100644
(file)
--- a/
libedataserverui/e-name-selector-dialog.c
+++ b/
libedataserverui/e-name-selector-dialog.c
@@
-250,7
+250,7
@@
name_selector_dialog_constructed (GObject *object)
gtk_label_set_justify (GTK_LABEL (AddressBookLabel), GTK_JUSTIFY_CENTER);
gtk_misc_set_alignment (GTK_MISC (AddressBookLabel), 0, 0.5);
- label31 = gtk_label_new_with_mnemonic (_("Cat
e_
gory:"));
+ label31 = gtk_label_new_with_mnemonic (_("Cat
_e
gory:"));
gtk_widget_show (label31);
gtk_table_attach (GTK_TABLE (show_contacts_table), label31, 0, 1, 1, 2,
(GtkAttachOptions) (GTK_FILL),