summaryrefslogtreecommitdiff
path: root/src/script/api/script_window.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-04-24 20:01:34 +0000
committerfrosch <frosch@openttd.org>2012-04-24 20:01:34 +0000
commitcd50c862944098753c959cc272d62a2ddc212ca8 (patch)
treef1fe864eea55d46f3cbc6b04bd4ad85d4a994ee8 /src/script/api/script_window.hpp
parentfa51dee557773d1aa0b300a6f72f81927b9c42d1 (diff)
downloadopenttd-cd50c862944098753c959cc272d62a2ddc212ca8.tar.xz
(svn r24178) -Fix [FS#5110]: The object name from property A was not displayed in the object GUI.
Diffstat (limited to 'src/script/api/script_window.hpp')
-rw-r--r--src/script/api/script_window.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp
index 9facdbfc8..e2d8ac4f8 100644
--- a/src/script/api/script_window.hpp
+++ b/src/script/api/script_window.hpp
@@ -1762,7 +1762,8 @@ public:
WID_BO_SCROLLBAR = ::WID_BO_SCROLLBAR, ///< The scrollbar associated with the list.
WID_BO_OBJECT_MATRIX = ::WID_BO_OBJECT_MATRIX, ///< The matrix with preview sprites.
WID_BO_OBJECT_SPRITE = ::WID_BO_OBJECT_SPRITE, ///< A preview sprite of the object.
- WID_BO_OBJECT_SIZE = ::WID_BO_OBJECT_SIZE, ///< The size of an object.
+ WID_BO_OBJECT_NAME = ::WID_BO_OBJECT_NAME, ///< The name of the selected object.
+ WID_BO_OBJECT_SIZE = ::WID_BO_OBJECT_SIZE, ///< The size of the selected object.
WID_BO_INFO = ::WID_BO_INFO, ///< Other information about the object (from the NewGRF).
WID_BO_SELECT_MATRIX = ::WID_BO_SELECT_MATRIX, ///< Selection preview matrix of objects of a given class.
WID_BO_SELECT_IMAGE = ::WID_BO_SELECT_IMAGE, ///< Preview image in the #WID_BO_SELECT_MATRIX.