pidgin/gtkmain.c

changeset 16763
f00ec654e74a
parent 16752
e6bcb1628c57
child 16796
1397249dcde1
equal deleted inserted replaced
16762:378735c65cf2 16763:f00ec654e74a
686 char *old = g_strconcat(purple_home_dir(), 686 char *old = g_strconcat(purple_home_dir(),
687 G_DIR_SEPARATOR_S ".gaim", NULL); 687 G_DIR_SEPARATOR_S ".gaim", NULL);
688 const char *text = _( 688 const char *text = _(
689 "%s encountered errors migrating your settings " 689 "%s encountered errors migrating your settings "
690 "from %s to %s. Please investigate and complete the " 690 "from %s to %s. Please investigate and complete the "
691 "migration by hand."); 691 "migration by hand. Please report this error at http://developer.pidgin.im");
692 GtkWidget *dialog; 692 GtkWidget *dialog;
693 693
694 dialog = gtk_message_dialog_new(NULL, 694 dialog = gtk_message_dialog_new(NULL,
695 0, 695 0,
696 GTK_MESSAGE_ERROR, 696 GTK_MESSAGE_ERROR,

mercurial