[gaim-migrate @ 14886]

Mon, 19 Dec 2005 20:07:31 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Mon, 19 Dec 2005 20:07:31 +0000
changeset 12567
9c179c3d80f6
parent 12566
e2374865a90a
child 12568
717c7d5cbb77

[gaim-migrate @ 14886]
I'm pretty sure this is what was supposed to go here.

plugins/gaimrc.c file | annotate | diff | comparison | revisions
--- a/plugins/gaimrc.c	Mon Dec 19 18:16:03 2005 +0000
+++ b/plugins/gaimrc.c	Mon Dec 19 20:07:31 2005 +0000
@@ -525,7 +525,7 @@
 	vbox = gtk_vbox_new(FALSE, GAIM_HIG_CAT_SPACE);
 	gtk_box_pack_start(GTK_BOX(frame), vbox, FALSE, FALSE, 0);
 
-	tmp = g_strdup_printf(_("Write settings to %s%sgtkrc-2.0"), G_DIR_SEPARATOR_S, gaim_user_dir());
+	tmp = g_strdup_printf(_("Write settings to %s%sgtkrc-2.0"), gaim_user_dir(), G_DIR_SEPARATOR_S);
 	check = gtk_button_new_with_label(tmp);
 	g_free(tmp);
 	gtk_box_pack_start(GTK_BOX(vbox), check, FALSE, FALSE, 0);

mercurial