summaryrefslogtreecommitdiff
path: root/src/widgets/transparency_widget.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-12-16 16:42:04 +0000
committerplanetmaker <planetmaker@openttd.org>2011-12-16 16:42:04 +0000
commit4453288f3f5acf4e20441303e14bd7d5d285c92b (patch)
treec49d22ce13c8501fc33ff1b8987de5082515179b /src/widgets/transparency_widget.h
parentcb8e37197dcd1ab2f37ab3c6fc34cc87fdfbcb59 (diff)
downloadopenttd-4453288f3f5acf4e20441303e14bd7d5d285c92b.tar.xz
(svn r23535) -Codechange: unify widget naming of transparency toolbar
Diffstat (limited to 'src/widgets/transparency_widget.h')
-rw-r--r--src/widgets/transparency_widget.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/widgets/transparency_widget.h b/src/widgets/transparency_widget.h
index 9d2714ce6..f3ad53418 100644
--- a/src/widgets/transparency_widget.h
+++ b/src/widgets/transparency_widget.h
@@ -15,20 +15,20 @@
/** Widgets of the WC_TRANSPARENCY_TOOLBAR. */
enum TransparencyToolbarWidgets {
/* Button row. */
- TTW_WIDGET_BEGIN, ///< First toggle button.
- TTW_WIDGET_SIGNS = TTW_WIDGET_BEGIN, ///< Signs background transparency toggle button.
- TTW_WIDGET_TREES, ///< Trees transparency toggle button.
- TTW_WIDGET_HOUSES, ///< Houses transparency toggle button.
- TTW_WIDGET_INDUSTRIES, ///< industries transparency toggle button.
- TTW_WIDGET_BUILDINGS, ///< Company buildings and structures transparency toggle button.
- TTW_WIDGET_BRIDGES, ///< Bridges transparency toggle button.
- TTW_WIDGET_STRUCTURES, ///< Object structure transparency toggle button.
- TTW_WIDGET_CATENARY, ///< Catenary transparency toggle button.
- TTW_WIDGET_LOADING, ///< Loading indicators transparency toggle button.
- TTW_WIDGET_END, ///< End of toggle buttons.
+ WID_TT_BEGIN, ///< First toggle button.
+ WID_TT_SIGNS = WID_TT_BEGIN, ///< Signs background transparency toggle button.
+ WID_TT_TREES, ///< Trees transparency toggle button.
+ WID_TT_HOUSES, ///< Houses transparency toggle button.
+ WID_TT_INDUSTRIES, ///< industries transparency toggle button.
+ WID_TT_BUILDINGS, ///< Company buildings and structures transparency toggle button.
+ WID_TT_BRIDGES, ///< Bridges transparency toggle button.
+ WID_TT_STRUCTURES, ///< Object structure transparency toggle button.
+ WID_TT_CATENARY, ///< Catenary transparency toggle button.
+ WID_TT_LOADING, ///< Loading indicators transparency toggle button.
+ WID_TT_END, ///< End of toggle buttons.
/* Panel with buttons for invisibility */
- TTW_WIDGET_BUTTONS, ///< Panel with 'invisibility' buttons.
+ WID_TT_BUTTONS, ///< Panel with 'invisibility' buttons.
};
#endif /* WIDGETS_TRANSPARENCY_WIDGET_H */