diff options
author | alberth <alberth@openttd.org> | 2009-04-10 16:20:54 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-04-10 16:20:54 +0000 |
commit | 5bac7a339ff19eeed7ee3d954794f4f8e5b53698 (patch) | |
tree | 846427a2be36ef26f5aeca70463da1f0410eed09 /src | |
parent | 7d3db3ee91945807c1041789e22e11a9844ec63d (diff) | |
download | openttd-5bac7a339ff19eeed7ee3d954794f4f8e5b53698.tar.xz |
(svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum.
Diffstat (limited to 'src')
-rw-r--r-- | src/transparency_gui.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/transparency_gui.cpp b/src/transparency_gui.cpp index 44c67da46..eff3f2754 100644 --- a/src/transparency_gui.cpp +++ b/src/transparency_gui.cpp @@ -18,7 +18,10 @@ TransparencyOptionBits _invisibility_opt; class TransparenciesWindow : public Window { enum TransparencyToolbarWidgets{ - TTW_WIDGET_SIGNS = 3, ///< Make signs background transparent + TTW_WIDGET_CLOSEBOX, ///< Closebox + TTW_WIDGET_CAPTION, ///< Titlebar caption + TTW_WIDGET_STICKYBOX, ///< Stickybox + TTW_WIDGET_SIGNS, ///< Make signs background transparent TTW_WIDGET_TREES, ///< Make trees transparent TTW_WIDGET_HOUSES, ///< Make houses transparent TTW_WIDGET_INDUSTRIES, ///< Make Industries transparent |