mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +00:00
[SHELL32]
Use COPYRIGHT_YEAR in the Authors dialog. See issue #6496 for more details. svn path=/trunk/; revision=54100
This commit is contained in:
parent
951482674a
commit
1212f4fec9
1 changed files with 2 additions and 1 deletions
|
@ -21,10 +21,11 @@
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
#include <reactos/version.h>
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
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
|
#define MORE_DEBUG 1
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue