comparison src/gtkprefs.c @ 6039:0c4d0c93c8c5

[gaim-migrate @ 6489] Er, nothing really. Fix an incorrect pref title. Fix a crash on windows when an icon is set to 0. Reorder lots of icon uploading stuff, hopefully it will fix the icon deletion problem. It probably won't. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Jul 2003 05:07:11 +0000
parents 22923270493f
children 80e3641ee9eb
comparison
equal deleted inserted replaced
6038:78c8b0f636f4 6039:0c4d0c93c8c5
798 vbox = gaim_gtk_make_frame (ret, _("Window Closing")); 798 vbox = gaim_gtk_make_frame (ret, _("Window Closing"));
799 prefs_checkbox(_("_Escape closes window"), 799 prefs_checkbox(_("_Escape closes window"),
800 "/gaim/gtk/conversations/escape_closes", vbox); 800 "/gaim/gtk/conversations/escape_closes", vbox);
801 801
802 vbox = gaim_gtk_make_frame(ret, _("Insertions")); 802 vbox = gaim_gtk_make_frame(ret, _("Insertions"));
803 prefs_checkbox(_("Control-{B/I/U/S} inserts _HTML tags"), 803 prefs_checkbox(_("Control-{B/I/U} inserts _HTML tags"),
804 "/gaim/gtk/conversations/html_shortcuts", vbox); 804 "/gaim/gtk/conversations/html_shortcuts", vbox);
805 prefs_checkbox(_("Control-(number) _inserts smileys"), 805 prefs_checkbox(_("Control-(number) _inserts smileys"),
806 "/gaim/gtk/conversations/smiley_shortcuts", vbox); 806 "/gaim/gtk/conversations/smiley_shortcuts", vbox);
807 807
808 gtk_widget_show_all(ret); 808 gtk_widget_show_all(ret);