Mercurial > pidgin.yaz
comparison src/gtkprefs.c @ 8600:0349e319e1c0
[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: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 06 Apr 2004 15:38:02 +0000 |
parents | 599d6ac9bbfe |
children | 6046b0b6abd0 |
comparison
equal
deleted
inserted
replaced
8599:ee7702e912fb | 8600:0349e319e1c0 |
---|---|
920 gtk_size_group_add_widget(sg, label); | 920 gtk_size_group_add_widget(sg, label); |
921 | 921 |
922 gaim_gtk_prefs_checkbox(_("Send _URLs as Links"), | 922 gaim_gtk_prefs_checkbox(_("Send _URLs as Links"), |
923 "/core/conversations/send_urls_as_links", vbox); | 923 "/core/conversations/send_urls_as_links", vbox); |
924 | 924 |
925 gaim_gtk_prefs_checkbox(_("Show _Formatting Toolbar"), | 925 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"), |
926 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); | 926 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); |
927 | 927 |
928 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"), | 928 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"), |
929 "/core/conversations/use_alias_for_title", vbox); | 929 "/core/conversations/use_alias_for_title", vbox); |
930 | 930 |