diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:44:39 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:44:39 +0000 |
commit | 4b9b01c4e23576dc423d36a39ece3adc69e0b1ae (patch) | |
tree | db6011857f4f9853c5960b4f43a1d348f6e66218 /protocols/Twitter/common.h | |
parent | 74aabf4bccef1ebe3eace60a9694f44e9a0499ec (diff) |
Twitter new LangPack support
git-svn-id: http://svn.miranda-ng.org/main/trunk@342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/common.h')
-rw-r--r-- | protocols/Twitter/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/common.h b/protocols/Twitter/common.h index 675d1ec1be..b9fade2a9f 100644 --- a/protocols/Twitter/common.h +++ b/protocols/Twitter/common.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
-#define MIRANDA_VER 0x800
+#define MIRANDA_VER 0x0A00
#include <string>
using std::string;
|