mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Fix erroneous error hint
This commit is contained in:
parent
b7b3883e7a
commit
bfa1e47062
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
|
ASSERT(dl, "Error: Cannot find plugin \"" << pluginName
|
||||||
<< "\"!\n"
|
<< "\"!\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 void (*PFN_InvokeCreateFun)(void*, void*);
|
||||||
typedef int32_t (*PFN_GetVersion)();
|
typedef int32_t (*PFN_GetVersion)();
|
||||||
|
|
Loading…
Reference in a new issue