Allow custom window title for the folder selection dialog.
[claws.git] / src / import.c
index a0e513f2a079ee02e10f3e1e9a08bc4941095978..b573bb1d1211a5c9e414d5613bd56b06195086f3 100644 (file)
@@ -268,7 +268,8 @@ static void import_destsel_cb(GtkWidget *widget, gpointer data)
        FolderItem *dest;
        gchar *path;
 
-       dest = foldersel_folder_sel(NULL, FOLDER_SEL_COPY, NULL, FALSE);
+       dest = foldersel_folder_sel(NULL, FOLDER_SEL_COPY, NULL, FALSE,
+                       _("Select folder to import to"));
        if (!dest)
                 return;
        path = folder_item_get_identifier(dest);