blob: 50cb89d86862c43a08047ef0c2104dadb1ba8693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/editors.c
+++ src/editors.c
@@ -47,7 +47,7 @@
static gchar *editor_slot_defaults[] = {
- N_("The Gimp"), "gimp-remote -n %f",
+ N_("The Gimp"), "gimp %f",
N_("XV"), "xv %f",
N_("Xpaint"), "xpaint %f",
NULL, NULL,
|