pidgin: 7cd7197f: Add a mnemonic to "Create this new accou...

resiak at pidgin.im resiak at pidgin.im
Fri May 23 11:40:48 EDT 2008


-----------------------------------------------------------------
Revision: 7cd7197fa3237ff97089c9ca567c7d87b9457769
Ancestor: 33e2a75561ac894e2186354bd7e3d509b513c366
Author: resiak at pidgin.im
Date: 2008-05-23T15:24:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/7cd7197fa3237ff97089c9ca567c7d87b9457769

Modified files:
        pidgin/gtkaccount.c

ChangeLog: 

Add a mnemonic to "Create this new account on the server".

-------------- next part --------------
============================================================
--- pidgin/gtkaccount.c	94b989824e5c89ebf52dd3659c67dfbc5f021b44
+++ pidgin/gtkaccount.c	8a49711606b7f2086cd2fa31907d80a2c874325b
@@ -1470,7 +1470,8 @@ pidgin_account_dialog_show(PidginAccount
 	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;


More information about the Commits mailing list