Commit 4ee00e9c391fd0a8971eb652d0e497a43a969447

Authored by Brendan Klare
1 parent 8073b56a

Updated gui error message to current flag

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/gui.cpp
@@ -593,7 +593,7 @@ public: @@ -593,7 +593,7 @@ public:
593 void initActual() 593 void initActual()
594 { 594 {
595 if (!Globals->useGui) { 595 if (!Globals->useGui) {
596 - 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()); 596 + 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());
597 return; 597 return;
598 } 598 }
599 599