From a65a85c95cae73550b8dd62ce445d6904dcd4c02 Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Tue, 8 Jul 2014 20:30:53 -0400 Subject: [PATCH] Reverting mistake in old commit --- 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 d36333b..3b04c11 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 -useGui ...\" 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 -gui ...\" to enable GUI support from the command line, or set\nGlobals->useGui to true.", this->metaObject()->className()); return; } -- libgit2 0.21.4