Mon, 19 Dec 2005 17:06:59 +0000
[gaim-migrate @ 14883]
This looked weird.
| plugins/gaimrc.c | file | annotate | diff | comparison | revisions |
--- 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);