diff options
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index a0aa440..bd59a8c 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -156,8 +156,8 @@ public: | |||
156 | 156 | ||
157 | virtual void timeout(void); | 157 | virtual void timeout(void); |
158 | 158 | ||
159 | enum { TopLeft = 1, BottomLeft, TopCenter, | 159 | enum { TOPLEFT = 1, BOTTOMLEFT, TOPCENTER, |
160 | BottomCenter, TopRight, BottomRight }; | 160 | BOTTOMCENTER, TOPRIGHT, BOTTOMRIGHT }; |
161 | }; | 161 | }; |
162 | 162 | ||
163 | 163 | ||