diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-18 21:36:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-18 21:36:18 +0300 |
commit | 5f1b32a8d66e21430457a5e33b58b27fa10110af (patch) | |
tree | 48f17e495ad4d049f3fe28a4c00f06c66662edbb /protocols/Twitter/src/resource.h | |
parent | 410ea51a6e4821beb207537c0e4f49d7bf343b93 (diff) |
Twitter:
- major code rework due to changed API;
- whole bunch of std++ trash wiped out;
- modern http requests implementation using MHttpRequest;
- first digit in version changed
Diffstat (limited to 'protocols/Twitter/src/resource.h')
-rw-r--r-- | protocols/Twitter/src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/resource.h b/protocols/Twitter/src/resource.h index 909c859e88..ffbfaaa57c 100644 --- a/protocols/Twitter/src/resource.h +++ b/protocols/Twitter/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by twitter.rc
+// Used by CTwitterProto.rc
//
#define IDD_TWITTERACCOUNT 101
#define IDI_TWITTER 102
|