diff options
Diffstat (limited to 'MySpace/MySpace.cpp')
-rw-r--r-- | MySpace/MySpace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/MySpace.cpp b/MySpace/MySpace.cpp index 0478360..4da6231 100644 --- a/MySpace/MySpace.cpp +++ b/MySpace/MySpace.cpp @@ -88,6 +88,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { InitNetlib();
InitMenu();
+ InitNotifications();
return 0;
}
@@ -141,7 +142,6 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) { }
InitARC4Module();
- InitNotifications();
InitOptions();
/////////////
|