The underscore in "Proxy Options" wasn't actually rendering as a mnemonic.

Fri, 08 Jun 2007 04:17:36 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Fri, 08 Jun 2007 04:17:36 +0000
changeset 17654
d4d31a6defa0
parent 17651
40543ce7b48e
child 17656
031429106e97

The underscore in "Proxy Options" wasn't actually rendering as a mnemonic.

pidgin/gtkaccount.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkaccount.c	Thu Jun 07 14:47:30 2007 +0000
+++ b/pidgin/gtkaccount.c	Fri Jun 08 04:17:36 2007 +0000
@@ -1024,7 +1024,7 @@
 	if (dialog->proxy_frame != NULL)
 		gtk_widget_destroy(dialog->proxy_frame);
 
-	frame = pidgin_make_frame(parent, _("Pro_xy Options"));
+	frame = pidgin_make_frame(parent, _("Proxy Options"));
 	dialog->proxy_frame = gtk_widget_get_parent(gtk_widget_get_parent(frame));
 
 	gtk_box_reorder_child(GTK_BOX(parent), dialog->proxy_frame, 1);

mercurial