From 8065e06f47c5b34ce2d4769324e56c5f3191391c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 4 Jul 2020 08:38:33 +0200 Subject: [PATCH] Conform to GNU nomenclature. --- src/ui/gui/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/main.c b/src/ui/gui/main.c index 9ca6d3836d..51d225765c 100644 --- a/src/ui/gui/main.c +++ b/src/ui/gui/main.c @@ -281,7 +281,7 @@ on_open (GApplication *app, GFile **files, gint n_files, gchar * hint, gpointer ud) { /* If the application is already open and we open another file - via xdg-open on linux or via the file manager, then open is + via xdg-open on GNU/Linux or via the file manager, then open is called. Check if we already have a psppire window. */ if (find_psppire_window (app) == NULL) post_initialise (app); -- 2.30.2