From e0d20a44d248d646a5379a8074f1aaff38bc6b09 Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 5 May 2020 18:36:27 +0200 Subject: Codechange: Use a dynamic copyright year --- src/widgets/misc_widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/misc_widget.h') diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h index bc0c07030..0fdfc8c60 100644 --- a/src/widgets/misc_widget.h +++ b/src/widgets/misc_widget.h @@ -24,6 +24,7 @@ enum ToolTipsWidgets { enum AboutWidgets { WID_A_SCROLLING_TEXT, ///< The actually scrolling text. WID_A_WEBSITE, ///< URL of OpenTTD website. + WID_A_COPYRIGHT, ///< Copyright string }; /** Widgets of the #QueryStringWindow class. */ -- cgit v1.2.3-54-g00ecf