diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-05 16:28:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-05 16:28:41 +0000 |
commit | e5f74a7f7b50800e9b9bb3bdf694b8886cdeb3fc (patch) | |
tree | 9f16647bd606212334052917a26d2946a7a8e1e8 /protocols/Twitter/src/main.cpp | |
parent | f71f3270c1b57b838e8761fe1dcb86d9e43e48d2 (diff) |
- fix for a bug with user's profile url;
- two sounds added for incoming messages & contacts;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/main.cpp')
-rw-r--r-- | protocols/Twitter/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/main.cpp b/protocols/Twitter/src/main.cpp index f571c26857..6570b3b1ed 100644 --- a/protocols/Twitter/src/main.cpp +++ b/protocols/Twitter/src/main.cpp @@ -100,7 +100,7 @@ extern "C" int __declspec(dllexport) Load(void) InitIcons();
InitContactMenus();
-
+ TwitterInitSounds();
return 0;
}
|