changeset 27762:5a8cb321a58a

moved msnstyle to /conversations/msnstyle
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 31 Jan 2008 14:48:24 +0000
parents 329c9cc323fb
children 1200e0d4f2aa
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkprefs.c	Thu Jan 31 09:30:48 2008 +0000
+++ b/pidgin/gtkprefs.c	Thu Jan 31 14:48:24 2008 +0000
@@ -964,7 +964,7 @@
 #endif
 
 	pidgin_prefs_checkbox(_("Use smooth-scrolling"), PIDGIN_PREFS_ROOT "/conversations/use_smooth_scrolling", vbox);
-	pidgin_prefs_checkbox(_("Use msn messenger style"), "/purple/conversations/msnstyle", vbox);//yaz
+	pidgin_prefs_checkbox(_("Use msn messenger style"), "/conversations/msnstyle", vbox);//yaz
 #ifdef _WIN32
 	pidgin_prefs_checkbox(_("F_lash window when IMs are received"), PIDGIN_PREFS_ROOT "/win32/blink_im", vbox);