From ae59ff2f230b136fc86f4f70cd4349b85ab1e875 Mon Sep 17 00:00:00 2001 From: Hombre Date: Wed, 20 Oct 2010 15:11:04 +0200 Subject: [PATCH] Patch for the Send to editor patch --- rtgui/editorpanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/editorpanel.cc b/rtgui/editorpanel.cc index a03ca7272..e09a87978 100644 --- a/rtgui/editorpanel.cc +++ b/rtgui/editorpanel.cc @@ -920,7 +920,7 @@ bool EditorPanel::idle_sentToGimp(ProgressConnector *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("\"");