Also change the currently Windows-specific code path for selecting the output folder in the batch queue.

This commit is contained in:
Adam Reichold
2015-12-29 17:42:14 +01:00
parent 79a1c19c60
commit b343b9a7b3

View File

@@ -345,7 +345,7 @@ void BatchQueuePanel::pathFolderButtonPressed ()
void BatchQueuePanel::pathFolderChanged ()
{
options.savePathFolder = outdirFolder->get_current_folder();
options.savePathFolder = outdirFolder->get_filename();
}
void BatchQueuePanel::formatChanged (Glib::ustring f)