Author: khornicek
Date: Wed Oct 12 21:54:10 2011
New Revision: 54100
URL:
http://svn.reactos.org/svn/reactos?rev=54100&view=rev
Log:
[SHELL32]
Use COPYRIGHT_YEAR in the Authors dialog.
See issue #6496 for more details.
Modified:
trunk/reactos/dll/win32/shell32/shell32_main.cpp
Modified: trunk/reactos/dll/win32/shell32/shell32_main.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shell32_main.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shell32_main.cpp [iso-8859-1] Wed Oct 12 21:54:10
2011
@@ -21,10 +21,11 @@
#include <precomp.h>
#include "version.h"
+#include <reactos/version.h>
WINE_DEFAULT_DEBUG_CHANNEL(shell);
-const char * const SHELL_Authors[] = { "Copyright 1993-2009 WINE team",
"Copyright 1998-2009 ReactOS Team", 0 };
+const char * const SHELL_Authors[] = { "Copyright 1993-"COPYRIGHT_YEAR"
WINE team", "Copyright 1998-"COPYRIGHT_YEAR" ReactOS Team", 0 };
#define MORE_DEBUG 1
/*************************************************************************