(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the online content window (LordAro)

This commit is contained in:
yexo
2012-08-20 21:03:50 +00:00
parent 4d1d6332fb
commit a9c3a6f84a
5 changed files with 115 additions and 1 deletions

View File

@@ -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.