diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_protoint.h | 2 | ||||
| -rw-r--r-- | include/m_protosvc.h | 2 | ||||
| -rw-r--r-- | include/m_srmm_int.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index eddad66824..04a026e1bc 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -281,7 +281,7 @@ public: // the analog of ME_SYSTEM_MODULESLOADED for an account
virtual void OnModulesLoaded(void);
- // called when an offline file is being received
+ // called when an cloud file is being received
virtual void OnReceiveOfflineFile(DB::FILE_BLOB &blob, void *ft);
// prepares an event of the file being sent
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 601ddebb40..6d47da323e 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -800,7 +800,7 @@ __forceinline INT_PTR ProtoChainRecvFile(MCONTACT hContact, PROTORECVFILE *pre) }
///////////////////////////////////////////////////////////////////////////////
-// Offline file processing
+//Cloud file processing
#define PS_OFFLINEFILE "/OfflineFile"
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index d061fcd230..767fbe3d13 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -356,7 +356,7 @@ MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM); MIR_APP_DLL(void) Srmm_CreateHotkey(const char *pszSection, const char *pszDescription);
/////////////////////////////////////////////////////////////////////////////////////////
-// downloads or launches offline file
+// downloads or launches cloud file
// iCommand = combination of OFD_* constants
MIR_APP_DLL(void) Srmm_DownloadOfflineFile(MCONTACT hContact, MEVENT hDbEvent, int iCommand);
|
