summaryrefslogtreecommitdiff
path: root/plugins/TranslitSwitcher/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-29 08:32:31 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-29 08:32:31 +0000
commit73e40c0b5ceedc93c111530c71bc5dc798390bcb (patch)
tree997acb691537e18591a7da13f1045be4aca69233 /plugins/TranslitSwitcher/src
parent9e9d4543d3558a5c611a6fd1c375540c1088df16 (diff)
- muuid standardization (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TranslitSwitcher/src')
-rw-r--r--plugins/TranslitSwitcher/src/TranslitSwitcher.cpp2
-rw-r--r--plugins/TranslitSwitcher/src/TranslitSwitcher.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
index 8ba312f41e..8278e0d522 100644
--- a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
+++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
@@ -33,7 +33,7 @@ PLUGININFOEX pluginInfoEx = {
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- MIID_TS
+ { 0x286947d, 0x3140, 0x4222, { 0xb5, 0xad, 0x2c, 0x92, 0x31, 0x5e, 0x1c, 0x1e } } // {0286947D-3140-4222-B5AD-2C92315E1C1E}
};
static IconItem iconList[] =
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.h b/plugins/TranslitSwitcher/src/TranslitSwitcher.h
index f8f99f0bb3..e3c84eb0cb 100644
--- a/plugins/TranslitSwitcher/src/TranslitSwitcher.h
+++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.h
@@ -54,7 +54,5 @@ VOID TranslitLayout(BOOL);
VOID InvertCase(BOOL);
int OnButtonPressed(WPARAM wParam, LPARAM lParam);
-// {0286947D-3140-4222-B5AD-2C92315E1C1E}
-#define MIID_TS { 0x286947d, 0x3140, 0x4222, { 0xb5, 0xad, 0x2c, 0x92, 0x31, 0x5e, 0x1c, 0x1e } }
#endif