diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-22 07:27:24 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-22 07:27:24 +0000 |
commit | ad95ff6459f880b92dd2d00aba08adb22f487fbd (patch) | |
tree | 4864a45b81acb0a1eac1ecef74fa6628b6bf9c48 | |
parent | de1292e9f4e979e70c568eb2247cefbdf470fcec (diff) |
small fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Svc_crshdmp/crshdmp.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Svc_crshdmp/crshdmp.cpp b/plugins/Svc_crshdmp/crshdmp.cpp index 6818b9dad6..5bd74a193f 100644 --- a/plugins/Svc_crshdmp/crshdmp.cpp +++ b/plugins/Svc_crshdmp/crshdmp.cpp @@ -50,14 +50,14 @@ static const PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
#if defined(_WIN64)
- "Crash Dumper (x64) Mataes Release",
+ "Crash Dumper x64",
#elif defined(_UNICODE)
- "Crash Dumper (Unicode) Mataes Release",
+ "Crash Dumper Unicode",
#else
- "Crash Dumper Mataes Release",
+ "Crash Dumper",
#endif
__VERSION_DWORD,
- "Crash Dumper for Miranda IM. Mod for Mataes Pack.",
+ "Crash Dumper for Miranda IM",
"borkra",
"borkra@miranda-im.org",
"Copyright© 2008 - 2012 Boris Krasnovskiy All Rights Reserved",
|