pidgin/plugins/pidginrc.c

changeset 21770
80ade8b0dc10
parent 21127
c6347aed1fb0
child 21955
4014918b95fc
--- a/pidgin/plugins/pidginrc.c	Mon Nov 26 22:22:04 2007 +0000
+++ b/pidgin/plugins/pidginrc.c	Mon Nov 26 23:19:37 2007 +0000
@@ -494,7 +494,7 @@
 	gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0);
 
 	tmp = g_strdup_printf(_("Write settings to %s%sgtkrc-2.0"),
-	                      homepath, G_DIR_SEPARATOR_S);
+	                      homepath, G_DIR_SEPARATOR_S ".purple" G_DIR_SEPARATOR_S);
 	check = gtk_button_new_with_label(tmp);
 	g_free(tmp);
 	gtk_box_pack_start(GTK_BOX(hbox), check, FALSE, FALSE, 0);

mercurial