From 25747f06ccfca211d883955608bd779d98c360c2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 15 Aug 2012 09:23:57 +0000 Subject: Yet another Miranda IM > NG rename part 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@1461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/DataBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_tree/DataBase.h') diff --git a/plugins/Dbx_tree/DataBase.h b/plugins/Dbx_tree/DataBase.h index 124fee4f9d..c8dacb3902 100644 --- a/plugins/Dbx_tree/DataBase.h +++ b/plugins/Dbx_tree/DataBase.h @@ -48,7 +48,7 @@ typedef enum TDBFileType { DBFileMax = 2 } TDBFileType; -static const uint8_t cFileSignature[DBFileMax][20] = {"Miranda IM Settings", "Miranda IM DataTree"}; +static const uint8_t cFileSignature[DBFileMax][20] = {"Miranda NG Settings", "Miranda NG DataTree"}; static const uint32_t cDBVersion = 0x00000001; static const uint32_t cHeaderBlockSignature = 0x7265491E; -- cgit v1.2.3