# HG changeset patch # User zas_ # Date 1208561716 0 # Node ID 054a26ac407f1905e92b6b7a2d1905f9e52b408f # Parent 4f7362028062489080babbbec6050d1bcf3950a0 gimp-remote has no -n option. diff -r 4f7362028062 -r 054a26ac407f src/editors.c --- a/src/editors.c Fri Apr 18 23:09:03 2008 +0000 +++ b/src/editors.c Fri Apr 18 23:35:16 2008 +0000 @@ -56,7 +56,7 @@ static gchar *editor_slot_defaults[GQ_EDITOR_SLOTS * 2] = { - N_("The Gimp"), "gimp-remote -n %{.cr2;.crw;.nef;.raw;*}f", + N_("The Gimp"), "gimp-remote %{.cr2;.crw;.nef;.raw;*}f", N_("XV"), "xv %f", N_("Xpaint"), "xpaint %f", N_("UFraw"), "ufraw %{.cr2;.crw;.nef;.raw}p",