mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Fix erroneous error hint
This commit is contained in:
parent
10fe13048c
commit
c7b80bd045
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ void Plugin::LoadWidgetFromPlugin(const std::string& pluginName, Window& window,
|
|||
}
|
||||
ASSERT(dl, "Error: Cannot find plugin \"" << pluginName
|
||||
<< "\"!\n"
|
||||
"Note: Did you mean to run \"gBar bar\" instead?");
|
||||
"Note: Did you mean to run \"gBar bar <monitor>\" instead?");
|
||||
|
||||
typedef void (*PFN_InvokeCreateFun)(void*, void*);
|
||||
typedef int32_t (*PFN_GetVersion)();
|
||||
|
|
Loading…
Reference in a new issue