diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-30 09:14:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-30 09:14:54 +0000 |
commit | eeec006dbe4ef1dd08d11e1a44e46bd511e2366f (patch) | |
tree | dc8ec4925d628f6119262cf3aae428b83da64c17 /plugins | |
parent | 2bac0330a0e427bbc4f6773c4023f4bd9d667835 (diff) |
different service name to distinguish mmap & mmap_sa in runtime
git-svn-id: http://svn.miranda-ng.org/main/trunk@7421 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Db3x_mmap/src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/ui.cpp b/plugins/Db3x_mmap/src/ui.cpp index 4e7569d21f..3d0b6aa62c 100644 --- a/plugins/Db3x_mmap/src/ui.cpp +++ b/plugins/Db3x_mmap/src/ui.cpp @@ -30,7 +30,7 @@ struct DlgChangePassParam int wrongPass;
};
-#define MS_DB_CHANGEPASSWORD "DB/ChangePassword"
+#define MS_DB_CHANGEPASSWORD "DB/UI/ChangePassword"
static IconItem iconList[] =
{
|