changeset 416:054a26ac407f

gimp-remote has no -n option.
author zas_
date Fri, 18 Apr 2008 23:35:16 +0000
parents 4f7362028062
children 440979320308
files src/editors.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",