Mercurial > pidgin.yaz
comparison pidgin/gtkprefs.c @ 28857:fa3536484b2a
Make the username labels consistent with each other.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 02 Nov 2009 03:04:56 +0000 |
parents | da5f35ec5785 |
children | 532307346255 |
comparison
equal
deleted
inserted
replaced
28856:78642a2f0124 | 28857:fa3536484b2a |
---|---|
2037 | 2037 |
2038 gtk_entry_set_text(GTK_ENTRY(entry), buf); | 2038 gtk_entry_set_text(GTK_ENTRY(entry), buf); |
2039 } | 2039 } |
2040 pidgin_set_accessible_label (entry, label); | 2040 pidgin_set_accessible_label (entry, label); |
2041 | 2041 |
2042 label = gtk_label_new_with_mnemonic(_("_User:")); | 2042 label = gtk_label_new_with_mnemonic(_("_Username:")); |
2043 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); | 2043 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
2044 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0); | 2044 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0); |
2045 | 2045 |
2046 entry = gtk_entry_new(); | 2046 entry = gtk_entry_new(); |
2047 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | 2047 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); |