summaryrefslogtreecommitdiff
path: root/src/widgets/tree_widget.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-12-16 16:57:15 +0000
committerplanetmaker <planetmaker@openttd.org>2011-12-16 16:57:15 +0000
commit5ade484ce4e7a92a0932a48d3cec1aca513d1282 (patch)
tree875e222afd13063e243ced3bbbea9950cf0753ab /src/widgets/tree_widget.h
parent219393ba5f4bb1588dbbf23490f31374bba10334 (diff)
downloadopenttd-5ade484ce4e7a92a0932a48d3cec1aca513d1282.tar.xz
(svn r23538) -Codechange: Consistent naming of widgets in tree plant gui
Diffstat (limited to 'src/widgets/tree_widget.h')
-rw-r--r--src/widgets/tree_widget.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/widgets/tree_widget.h b/src/widgets/tree_widget.h
index 7a1164f33..1672a4d61 100644
--- a/src/widgets/tree_widget.h
+++ b/src/widgets/tree_widget.h
@@ -14,20 +14,20 @@
/** Widgets of the WC_BUILD_TREES. */
enum BuildTreesWidgets {
- BTW_TYPE_11,
- BTW_TYPE_12,
- BTW_TYPE_13,
- BTW_TYPE_14,
- BTW_TYPE_21,
- BTW_TYPE_22,
- BTW_TYPE_23,
- BTW_TYPE_24,
- BTW_TYPE_31,
- BTW_TYPE_32,
- BTW_TYPE_33,
- BTW_TYPE_34,
- BTW_TYPE_RANDOM,
- BTW_MANY_RANDOM,
+ WID_BT_TYPE_11,
+ WID_BT_TYPE_12,
+ WID_BT_TYPE_13,
+ WID_BT_TYPE_14,
+ WID_BT_TYPE_21,
+ WID_BT_TYPE_22,
+ WID_BT_TYPE_23,
+ WID_BT_TYPE_24,
+ WID_BT_TYPE_31,
+ WID_BT_TYPE_32,
+ WID_BT_TYPE_33,
+ WID_BT_TYPE_34,
+ WID_BT_TYPE_RANDOM,
+ WID_BT_MANY_RANDOM,
};
#endif /* WIDGETS_TREE_WIDGET_H */