changeset 12564:01e18ead06a0

[gaim-migrate @ 14883] This looked weird. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 19 Dec 2005 17:06:59 +0000
parents b7f7f3a685ea
children 3f895385e841
files plugins/gaimrc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/gaimrc.c	Mon Dec 19 15:17:19 2005 +0000
+++ b/plugins/gaimrc.c	Mon Dec 19 17:06:59 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/gtkrc-2.0"), gaim_user_dir());
+	tmp = g_strdup_printf(_("Write settings to %s%sgtkrc-2.0"), G_DIR_SEPARATOR_S, gaim_user_dir());
 	check = gtk_button_new_with_label(tmp);
 	g_free(tmp);
 	gtk_box_pack_start(GTK_BOX(vbox), check, FALSE, FALSE, 0);