diff options
author | glx <glx@openttd.org> | 2020-05-05 18:36:27 +0200 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-05-06 09:54:36 +0100 |
commit | e0d20a44d248d646a5379a8074f1aaff38bc6b09 (patch) | |
tree | 6fe447f3cef486ed7eaecf5e778e442af37bdda6 /src/widgets | |
parent | e1c85e67a71493aa65e54717f847d21d66593e23 (diff) | |
download | openttd-e0d20a44d248d646a5379a8074f1aaff38bc6b09.tar.xz |
Codechange: Use a dynamic copyright year
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/misc_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |