changeset 23101:bce10d146dd4

Add a mnemonic to "Create this new account on the server".
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 23 May 2008 15:24:07 +0000
parents c77d66886425
children dcb26bb0be73
files pidgin/gtkaccount.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkaccount.c	Fri May 23 14:58:39 2008 +0000
+++ b/pidgin/gtkaccount.c	Fri May 23 15:24:07 2008 +0000
@@ -1470,7 +1470,8 @@
 	add_login_options(dialog, vbox);
 	add_user_options(dialog, vbox);
 
-	button = gtk_check_button_new_with_label(_("Create this new account on the server"));
+	button = gtk_check_button_new_with_mnemonic(
+		_("Create _this new account on the server"));
 	gtk_box_pack_start(GTK_BOX(main_vbox), button, FALSE, FALSE, 0);
 	gtk_widget_show(button);
 	dialog->register_button = button;