| 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, |