[gaim-migrate @ 10415]

Thu, 22 Jul 2004 03:21:21 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 22 Jul 2004 03:21:21 +0000
changeset 9572
a9bbebfc279e
parent 9571
8a462c9e01aa
child 9573
7fb26654aee8

[gaim-migrate @ 10415]
Enable HTML shortcuts by default in conversation windows
(CTRL+B for bold, etc.) I think warren pointed this one out.

src/gtkconv.c file | annotate | diff | comparison | revisions
--- a/src/gtkconv.c	Thu Jul 22 03:16:39 2004 +0000
+++ b/src/gtkconv.c	Thu Jul 22 03:21:21 2004 +0000
@@ -6241,7 +6241,7 @@
 #else
 	gaim_prefs_add_bool("/gaim/gtk/conversations/ignore_formatting", FALSE);
 #endif
-	gaim_prefs_add_bool("/gaim/gtk/conversations/html_shortcuts", FALSE);
+	gaim_prefs_add_bool("/gaim/gtk/conversations/html_shortcuts", TRUE);
 	gaim_prefs_add_bool("/gaim/gtk/conversations/smiley_shortcuts", FALSE);
 	gaim_prefs_add_bool("/gaim/gtk/conversations/show_formatting_toolbar", TRUE);
 	gaim_prefs_add_bool("/gaim/gtk/conversations/enable_commands", TRUE);

mercurial