summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/object_widget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/object_widget.h b/src/widgets/object_widget.h
index 0ce0c91fe..45533ae98 100644
--- a/src/widgets/object_widget.h
+++ b/src/widgets/object_widget.h
@@ -18,7 +18,8 @@ enum BuildObjectWidgets {
WID_BO_SCROLLBAR, ///< The scrollbar associated with the list.
WID_BO_OBJECT_MATRIX, ///< The matrix with preview sprites.
WID_BO_OBJECT_SPRITE, ///< A preview sprite of the object.
- WID_BO_OBJECT_SIZE, ///< The size of an object.
+ WID_BO_OBJECT_NAME, ///< The name of the selected object.
+ WID_BO_OBJECT_SIZE, ///< The size of the selected object.
WID_BO_INFO, ///< Other information about the object (from the NewGRF).
WID_BO_SELECT_MATRIX, ///< Selection preview matrix of objects of a given class.