changeset 17727:9b1148aef5fa

Using "C" for foreground Color seems better than having Font and Color with the same mnemonic.
author Kevin Stange <kevin@simguy.net>
date Tue, 05 Jun 2007 07:06:09 +0000
parents 7e856734b712
children 960cd16ab8a6 0a4238600947
files pidgin/gtkimhtmltoolbar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c	Tue Jun 05 03:13:02 2007 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Tue Jun 05 07:06:09 2007 +0000
@@ -1099,7 +1099,7 @@
 	g_signal_connect_swapped(G_OBJECT(button), "activate", G_CALLBACK(gtk_button_clicked), toolbar->font);
 	gtk_menu_shell_append(GTK_MENU_SHELL(font_menu), button);
 
-	button = gtk_menu_item_new_with_mnemonic(_("_Foreground color"));
+	button = gtk_menu_item_new_with_mnemonic(_("Foreground _color"));
 	g_signal_connect_swapped(G_OBJECT(button), "activate", G_CALLBACK(gtk_button_clicked), toolbar->fgcolor);
 	gtk_menu_shell_append(GTK_MENU_SHELL(font_menu), button);