Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);