summaryrefslogtreecommitdiff
path: root/src/modules/plugins/pluginopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/plugins/pluginopts.cpp')
-rw-r--r--src/modules/plugins/pluginopts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp
index 15f9219192..4bd86c69c7 100644
--- a/src/modules/plugins/pluginopts.cpp
+++ b/src/modules/plugins/pluginopts.cpp
@@ -171,7 +171,7 @@ LBL_Error:
return FALSE;
}
- if ( !TryLoadPlugin(pPlug, _T("Plugins"), true))
+ if ( !TryLoadPlugin(pPlug, true))
goto LBL_Error;
if (CallPluginEventHook(pPlug->bpi.hInst, hModulesLoadedEvent, 0, 0) != 0)
@@ -425,4 +425,4 @@ void UnloadPluginOptions()
{
DestroyHookableEvent(hevLoadModule);
DestroyHookableEvent(hevUnloadModule);
-} \ No newline at end of file
+}