Add patchpack info and website to about window.

This commit is contained in:
Jonathan G Rennison
2017-06-22 19:48:10 +01:00
parent 7d960e28b4
commit 8c4a3cfb64
2 changed files with 11 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ enum ToolTipsWidgets {
enum AboutWidgets {
WID_A_SCROLLING_TEXT, ///< The actually scrolling text.
WID_A_WEBSITE, ///< URL of OpenTTD website.
WID_A_WEBSITE1, ///< URL of patchpack thread.
WID_A_WEBSITE2, ///< URL of patchpack github.
};
/** Widgets of the #QueryStringWindow class. */