From 4ee00e9c391fd0a8971eb652d0e497a43a969447 Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Tue, 8 Jul 2014 19:33:43 -0400 Subject: [PATCH] Updated gui error message to current flag --- openbr/plugins/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/gui.cpp b/openbr/plugins/gui.cpp index 3b04c11..d36333b 100644 --- a/openbr/plugins/gui.cpp +++ b/openbr/plugins/gui.cpp @@ -593,7 +593,7 @@ public: void initActual() { if (!Globals->useGui) { - qWarning("GUI transform %s created without enabling GUI support.\nRun \"br -gui ...\" to enable GUI support from the command line, or set\nGlobals->useGui to true.", this->metaObject()->className()); + qWarning("GUI transform %s created without enabling GUI support.\nRun \"br -useGui ...\" to enable GUI support from the command line, or set\nGlobals->useGui to true.", this->metaObject()->className()); return; } -- libgit2 0.21.4