diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 19:31:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 19:31:16 +0000 |
commit | 9cc6c4eb999274cf85330b182c4c56bc6149b894 (patch) | |
tree | fbaa64cc06046286e57aa2b9a7f8bec01b5dc8e4 /plugins/StartPosition/src/main.cpp | |
parent | 4fb814b906f54b18bcfa56654f019ed1ef36b98e (diff) |
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/src/main.cpp')
-rw-r--r-- | plugins/StartPosition/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartPosition/src/main.cpp b/plugins/StartPosition/src/main.cpp index 7ead14ad62..ef670d99ea 100644 --- a/plugins/StartPosition/src/main.cpp +++ b/plugins/StartPosition/src/main.cpp @@ -36,7 +36,7 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // {211F6277-6F9B-4b77-A939-84D04B26B38C}
+ // {211F6277-6F9B-4B77-A939-84D04B26B38C}
{0x211f6277, 0x6f9b, 0x4b77, {0xa9, 0x39, 0x84, 0xd0, 0x4b, 0x26, 0xb3, 0x8c}}
};
|