aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config.c
diff options
context:
space:
mode:
authorMengjie Yu <meng-jie.yu@sun.com>2004-12-01 13:51:51 +0800
committerHarry Lu <haip@src.gnome.org>2004-12-01 13:51:51 +0800
commit80f08642d2c4dc8636e9fb90c935734703a54c78 (patch)
tree76d9657a5b8987a1d20d71f423eb6e6f78716923 /e-util/e-config.c
parentce6b27c260eac8a9f3c10035b413b80de5a07647 (diff)
downloadgsoc2013-evolution-80f08642d2c4dc8636e9fb90c935734703a54c78.tar
gsoc2013-evolution-80f08642d2c4dc8636e9fb90c935734703a54c78.tar.gz
gsoc2013-evolution-80f08642d2c4dc8636e9fb90c935734703a54c78.tar.bz2
gsoc2013-evolution-80f08642d2c4dc8636e9fb90c935734703a54c78.tar.lz
gsoc2013-evolution-80f08642d2c4dc8636e9fb90c935734703a54c78.tar.xz
gsoc2013-evolution-80f08642d2c4dc8636e9fb90c935734703a54c78.tar.zst
gsoc2013-evolution-80f08642d2c4dc8636e9fb90c935734703a54c78.zip
add mnemonic for label. add description for password dialog.
2004-12-01 Mengjie Yu <meng-jie.yu@sun.com> * e-config.c: (ec_rebuild):add mnemonic for label. * e-passwords.c: (ep_ask_password):add description for password dialog. svn path=/trunk/; revision=28028
Diffstat (limited to 'e-util/e-config.c')
-rw-r--r--e-util/e-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c
index 99cb18382c..01b3eb6ab0 100644
--- a/e-util/e-config.c
+++ b/e-util/e-config.c
@@ -586,7 +586,7 @@ ec_rebuild(EConfig *emp)
page = ((GnomeDruidPageStandard *)w)->vbox;
connect = TRUE;
} else {
- w = gtk_label_new(item->label);
+ w = gtk_label_new_with_mnemonic (item->label);
gtk_widget_show(w);
page = gtk_vbox_new(FALSE, 12);
gtk_container_set_border_width((GtkContainer *)page, 12);