[SHELL32]
authorKamil Hornicek <kamil.hornicek@reactos.org>
Wed, 12 Oct 2011 21:54:10 +0000 (21:54 +0000)
committerKamil Hornicek <kamil.hornicek@reactos.org>
Wed, 12 Oct 2011 21:54:10 +0000 (21:54 +0000)
Use COPYRIGHT_YEAR in the Authors dialog.
See issue #6496 for more details.

svn path=/trunk/; revision=54100

reactos/dll/win32/shell32/shell32_main.cpp

index 81256dc..88893a7 100644 (file)
 
 #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
 /*************************************************************************