Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-08-21 15:10:37 +0000
committerStijn Buys <ingar@osirion.org>2011-08-21 15:10:37 +0000
commitbdd1e564921d7001c218d1e7bcde925057f9b3dc (patch)
treeb2a359aa4ca610b68bc2dd17a21eda3143ec9094 /src/client/infowidget.h
parent1e827da99645588e2add6d667c54d674add99890 (diff)
Correct draw_clock modes,
Diffstat (limited to 'src/client/infowidget.h')
-rw-r--r--src/client/infowidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/infowidget.h b/src/client/infowidget.h
index d2936e4..4ace7ea 100644
--- a/src/client/infowidget.h
+++ b/src/client/infowidget.h
@@ -65,7 +65,7 @@ class ClockInfoWidget : public ui::Widget
{
public:
/// clock mode
- enum Mode {ClockOff=0, Clock24Hours=1, Clock12Hours=2};
+ enum Mode {ClockOff=0, Clock12Hours=1, Clock24Hours=2};
/// default constructor
ClockInfoWidget(ui::Widget *parent = 0);