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