Patch for the Send to editor patch

This commit is contained in:
Hombre
2010-10-20 15:11:04 +02:00
parent c4ecdd2880
commit ae59ff2f23

View File

@@ -920,7 +920,7 @@ bool EditorPanel::idle_sentToGimp(ProgressConnector<int> *pc,rtengine::IImage16*
success = safe_spawn_command_line_async (cmdLine);
}
#else
#ifdef defined __APPLE__
#ifdef __APPLE__
cmdLine = Glib::ustring("open -a \'") + Glib::build_filename(options.psDir,"Photoshop.app\' ") + Glib::ustring("\'") + filename + Glib::ustring("\'");
#else
cmdLine = Glib::ustring("\"") + Glib::build_filename(options.psDir,"Photoshop.exe") + Glib::ustring("\" \"") + filename + Glib::ustring("\"");