diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
commit | 534fea9b2d46ddbe51b3841f2ca6af2e468f5c00 (patch) | |
tree | 450c080d226f53cd1bfc8e100eacfdf84a45504e /Dbx_mmap_SA/Dbtool/Version.h | |
parent | 331bd873e62c59d7e188eb7054c5abd46eeba15a (diff) |
Dbx_mmap_SA:
fixed options page showing
Dbtool:
fixed dbtool starting
fixed version info
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@237 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Dbx_mmap_SA/Dbtool/Version.h')
-rw-r--r-- | Dbx_mmap_SA/Dbtool/Version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Dbx_mmap_SA/Dbtool/Version.h b/Dbx_mmap_SA/Dbtool/Version.h new file mode 100644 index 0000000..1f262e6 --- /dev/null +++ b/Dbx_mmap_SA/Dbtool/Version.h @@ -0,0 +1,9 @@ +#include "../../../include/m_version.h"
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+#define __VERSION_DWORD MIRANDA_VERSION_DWORD
+#define __INTERNAL_NAME "dbtool"
+#define __FILENAME "dbtool.exe"
+#define __DESCRIPTION "Miranda IM Database Tool"
+#define __COPYRIGHT "© 2000-2011 Miranda IM project"
|