diff options
author | yexo <yexo@openttd.org> | 2012-08-20 21:03:50 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2012-08-20 21:03:50 +0000 |
commit | 053770d4a6827e73aea5074015dc2764f5099f12 (patch) | |
tree | 96a52d0905c9b76231f7f82d1cb0ab9a27d2c974 /src/script | |
parent | fe31aa28c422f1fab32ab3b72d8369d539c8496e (diff) | |
download | openttd-053770d4a6827e73aea5074015dc2764f5099f12.tar.xz |
(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the online content window (LordAro)
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/api/script_window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp index 23882e919..75583c0d2 100644 --- a/src/script/api/script_window.hpp +++ b/src/script/api/script_window.hpp @@ -1523,6 +1523,7 @@ public: WID_NCL_SELECT_ALL = ::WID_NCL_SELECT_ALL, ///< 'Select all' button. WID_NCL_SELECT_UPDATE = ::WID_NCL_SELECT_UPDATE, ///< 'Select updates' button. WID_NCL_UNSELECT = ::WID_NCL_UNSELECT, ///< 'Unselect all' button. + WID_NCL_TEXTFILE = ::WID_NCL_TEXTFILE, ///< Open textfile (readme, changelog (+1) or license (+2)) of some content. WID_NCL_OPEN_URL = ::WID_NCL_OPEN_URL, ///< 'Open url' button. WID_NCL_CANCEL = ::WID_NCL_CANCEL, ///< 'Cancel' button. WID_NCL_DOWNLOAD = ::WID_NCL_DOWNLOAD, ///< 'Download' button. |