mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fix personal info.
Replace tabs with spaces. svn path=/trunk/; revision=12802
This commit is contained in:
parent
fca5c9e765
commit
d61f6e4c18
1 changed files with 25 additions and 30 deletions
|
@ -1,18 +1,13 @@
|
||||||
/* $Id: RegistryExplorer.h,v 1.8 2003/02/09 02:15:23 narnaoud Exp $ */
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef _REGISTRY_EXPLORER_H__INCLUDED
|
#ifndef _REGISTRY_EXPLORER_H__INCLUDED
|
||||||
#define _REGISTRY_EXPLORER_H__INCLUDED
|
#define _REGISTRY_EXPLORER_H__INCLUDED
|
||||||
|
|
||||||
#define CURRENT_VERSION _T("0.20+")
|
#define CURRENT_VERSION _T("0.20+")
|
||||||
#define EMAIL _T("registryexplorer@yahoo.com")
|
#define EMAIL _T("nedko@users.sourceforge.net")
|
||||||
|
|
||||||
//#define __L(x) L ## x
|
//#define __L(x) L ## x
|
||||||
//#define _L(x) __L(x)
|
//#define _L(x) __L(x)
|
||||||
/*
|
|
||||||
#define HELLO_MSG(date) _T("Registry Explorer for Microsoft Windows NT 4.0\n")\
|
|
||||||
_T("Version ") CURRENT_VERSION _T(" Compiled on ") date _T("\n")\
|
|
||||||
_T("Coded by Nedko Arnaoudov. This product is freeware.\n\n")
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define PRODUCT_NAME _T("Registry Explorer")
|
#define PRODUCT_NAME _T("Registry Explorer")
|
||||||
|
|
||||||
|
@ -23,10 +18,10 @@
|
||||||
_T("This is free software, and you are welcome to redistribute it\n")\
|
_T("This is free software, and you are welcome to redistribute it\n")\
|
||||||
_T("under certain conditions; type `help gpl' for details.\n")
|
_T("under certain conditions; type `help gpl' for details.\n")
|
||||||
|
|
||||||
#define COPYRIGHT_MSG _T("Copyright (C) 2000-2001 Nedko Arnaoudov\n")
|
#define COPYRIGHT_MSG _T("Copyright (C) 2000-2005 Nedko Arnaudov\n")
|
||||||
|
|
||||||
#define CREDITS_MSG _T("Registry Explorer is written by Nedko Arnaoudov\n")\
|
#define CREDITS_MSG _T("Registry Explorer is written by Nedko Arnaudov\n")\
|
||||||
_T("Special thanks to Emanuele Aliberti\n")
|
_T("Special thanks to ReactOS team.\n")
|
||||||
|
|
||||||
#define BUGS_MSG _T("Please report bugs to ") EMAIL _T("\n")
|
#define BUGS_MSG _T("Please report bugs to ") EMAIL _T("\n")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue