summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CloudFile/src/events.cpp')
-rw-r--r--plugins/CloudFile/src/events.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CloudFile/src/events.cpp b/plugins/CloudFile/src/events.cpp
index aa79ee3288..f8770b5574 100644
--- a/plugins/CloudFile/src/events.cpp
+++ b/plugins/CloudFile/src/events.cpp
@@ -36,7 +36,8 @@ static int OnFileDialogCanceled(WPARAM hContact, LPARAM)
int OnModulesLoaded(WPARAM, LPARAM)
{
-
+ InitializeMenus();
+
HookEvent(ME_PROTO_ACK, OnProtoAck);
// options
@@ -51,6 +52,5 @@ int OnModulesLoaded(WPARAM, LPARAM)
HookEvent(ME_MSG_BUTTONPRESSED, OnSrmmButtonPressed);
HookTemporaryEvent(ME_MSG_TOOLBARLOADED, OnSrmmToolbarLoaded);
-
return 0;
} \ No newline at end of file