diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 10:20:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 10:20:35 +0000 |
commit | f5b9ad2e5d40733f4da9b6d5b29967f0b3da4bb5 (patch) | |
tree | 971e7ff4d6cd17d38f6c27dfce8164bb51479fd8 /plugins/AutoShutdown | |
parent | 42801cdd1901d0e5f13d33b2b58e141c80fe028e (diff) |
uuid standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@3524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown')
-rw-r--r-- | plugins/AutoShutdown/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AutoShutdown/src/main.cpp b/plugins/AutoShutdown/src/main.cpp index 93521ca658..daa4dbb611 100644 --- a/plugins/AutoShutdown/src/main.cpp +++ b/plugins/AutoShutdown/src/main.cpp @@ -34,7 +34,7 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // {9DE24579-5C5C-49aa-80E8-4D38E4344E63}
+ // {9DE24579-5C5C-49AA-80E8-4D38E4344E63}
{0x9de24579, 0x5c5c, 0x49aa, {0x80, 0xe8, 0x4d, 0x38, 0xe4, 0x34, 0x4e, 0x63}}
};
|