From: Nedko Arnaudov Date: Tue, 4 Jan 2005 21:36:26 +0000 (+0000) Subject: Fix personal info. X-Git-Tag: backups/ext2@33480~139 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d61f6e4c18fa90339a05850082623b6c9a45088c Fix personal info. Replace tabs with spaces. svn path=/trunk/; revision=12802 --- diff --git a/rosapps/sysutils/regexpl/RegistryExplorer.h b/rosapps/sysutils/regexpl/RegistryExplorer.h index 2a342a6bb14..3449b6ad59a 100644 --- a/rosapps/sysutils/regexpl/RegistryExplorer.h +++ b/rosapps/sysutils/regexpl/RegistryExplorer.h @@ -1,51 +1,46 @@ -/* $Id: RegistryExplorer.h,v 1.8 2003/02/09 02:15:23 narnaoud Exp $ */ +/* $Id$ */ #ifndef _REGISTRY_EXPLORER_H__INCLUDED #define _REGISTRY_EXPLORER_H__INCLUDED -#define CURRENT_VERSION _T("0.20+") -#define EMAIL _T("registryexplorer@yahoo.com") +#define CURRENT_VERSION _T("0.20+") +#define EMAIL _T("nedko@users.sourceforge.net") //#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") -#define HELLO_MSG _T("ReactOS ") PRODUCT_NAME _T(" version ") CURRENT_VERSION _T("\n")\ - _T("License is GNU GPL. Type `help gpl` for details.\n\n") +#define HELLO_MSG _T("ReactOS ") PRODUCT_NAME _T(" version ") CURRENT_VERSION _T("\n")\ + _T("License is GNU GPL. Type `help gpl` for details.\n\n") -#define NOWARANTY_MSG _T("Registry Explorer comes with ABSOLUTELY NO WARRANTY\n")\ - _T("This is free software, and you are welcome to redistribute it\n")\ - _T("under certain conditions; type `help gpl' for details.\n") +#define NOWARANTY_MSG _T("Registry Explorer comes with ABSOLUTELY NO WARRANTY\n")\ + _T("This is free software, and you are welcome to redistribute it\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")\ - _T("Special thanks to Emanuele Aliberti\n") +#define CREDITS_MSG _T("Registry Explorer is written by Nedko Arnaudov\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") -#define VER_MSG COPYRIGHT_MSG\ - _T("\n")\ - NOWARANTY_MSG\ - _T("\n")\ - CREDITS_MSG\ - _T("\n")\ - BUGS_MSG +#define VER_MSG COPYRIGHT_MSG\ + _T("\n")\ + NOWARANTY_MSG\ + _T("\n")\ + CREDITS_MSG\ + _T("\n")\ + BUGS_MSG -#define GOODBYE_MSG _T("\nThank you for using Registry Explorer !!!\n") +#define GOODBYE_MSG _T("\nThank you for using Registry Explorer !!!\n") -//#define COMMAND_LENGTH(cmd) (sizeof(DIR_CMD)-sizeof(TCHAR))/sizeof(TCHAR) -#define COMMAND_LENGTH(cmd) _tcslen(cmd) +//#define COMMAND_LENGTH(cmd) (sizeof(DIR_CMD)-sizeof(TCHAR))/sizeof(TCHAR) +#define COMMAND_LENGTH(cmd) _tcslen(cmd) -#define PROMPT_BUFFER_SIZE 1024 +#define PROMPT_BUFFER_SIZE 1024 -#define COMMAND_NA_ON_ROOT _T(" is not applicable to root key.\n") +#define COMMAND_NA_ON_ROOT _T(" is not applicable to root key.\n") #define SETTINGS_REGISTRY_KEY _T("Software\\Registry Explorer\\") #define NORMAL_TEXT_ATTRIBUTES_VALUE_NAME _T("Normal Text Color")