Mercurial > pidgin.yaz
changeset 12567:1ddbfe726e43
[gaim-migrate @ 14886]
I'm pretty sure this is what was supposed to go here.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 19 Dec 2005 20:07:31 +0000 |
parents | fd6ffacbb6ee |
children | 17a85606bcc8 |
files | plugins/gaimrc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);