[gaim-migrate @ 9351]

Tue, 06 Apr 2004 15:38:02 +0000

author
Robert McQueen <robot101@debian.org>
date
Tue, 06 Apr 2004 15:38:02 +0000
changeset 8600
bb958d9f9c33
parent 8599
7c7387108158
child 8601
d34f5d043246

[gaim-migrate @ 9351]
(11:48:43) Robot101: who added the "Show Formatting Toolbar" pref?
(11:48:55) Robot101: why is it in Title Caps, unlike all of the rest of the
prefs, and has no shortcut?
(11:49:00) LSchiere: i don't think i did, but i certainly didn't disagree
(11:49:30) Robot101: it should be "Show _formatting toolbar", not "Show
Formatting Toolbar"
(11:49:47) ***Robot101 drops a HIG grenade on someone

committer: Luke Schierer <lschiere@pidgin.im>

src/gtkprefs.c file | annotate | diff | comparison | revisions
--- a/src/gtkprefs.c	Tue Apr 06 15:27:18 2004 +0000
+++ b/src/gtkprefs.c	Tue Apr 06 15:38:02 2004 +0000
@@ -922,7 +922,7 @@
 	gaim_gtk_prefs_checkbox(_("Send _URLs as Links"),
 				  "/core/conversations/send_urls_as_links", vbox);
 
-	gaim_gtk_prefs_checkbox(_("Show _Formatting Toolbar"),
+	gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"),
 				  "/gaim/gtk/conversations/show_formatting_toolbar", vbox);
 
 	gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"),

mercurial