src/prefs.c

changeset 754
84b82b12dba9
parent 748
4b02d682d089
child 755
a66fc01e1cd9
--- a/src/prefs.c	Thu Aug 24 01:05:26 2000 +0000
+++ b/src/prefs.c	Thu Aug 24 17:37:25 2000 +0000
@@ -628,9 +628,10 @@
 	gtk_widget_show(sep);
 
 	gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box);
+	gaim_button(_("Show buttons with text"), &display_options, OPT_DISP_CONV_SHOW_TEXT, box);
+	gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
 	gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
 	gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box);
-	gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
 
 	sep = gtk_hseparator_new();
 	gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);

mercurial