diff options
author | aunsane <aunsane@gmail.com> | 2018-02-28 23:31:19 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-28 23:34:28 +0300 |
commit | 98be8c0a0db8d4866535028e21a5d958c3d893ab (patch) | |
tree | f4de203d8fa1af0023621ede8316c7641499510c /plugins/CloudFile/src/stdafx.h | |
parent | 107bbe53ce937334d8a47ca96e632f5a1f965725 (diff) |
CloudFile: cannot see cloud accounts after setup (fixed #1169)
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r-- | plugins/CloudFile/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h index 1e36ae0c91..9fc15e219d 100644 --- a/plugins/CloudFile/src/stdafx.h +++ b/plugins/CloudFile/src/stdafx.h @@ -74,7 +74,7 @@ public: #include "Services\microsoft_service.h" #include "Services\yandex_service.h" extern LIST<CCloudService> Services; -void InitServices(); +void InitializeServices(); // events int OnModulesLoaded(WPARAM, LPARAM); @@ -90,6 +90,7 @@ HICON LoadIconEx(int iconId, bool big = false); // menus extern HGENMENU hContactMenu; void InitializeMenus(); +void AddServiceMenuItem(const CCloudService *service); int OnPrebuildContactMenu(WPARAM, LPARAM); // srmm |