summaryrefslogtreecommitdiff
path: root/src/widgets/statusbar_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/statusbar_widget.h')
-rw-r--r--src/widgets/statusbar_widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/statusbar_widget.h b/src/widgets/statusbar_widget.h
index 50094f0fa..526aa17f6 100644
--- a/src/widgets/statusbar_widget.h
+++ b/src/widgets/statusbar_widget.h
@@ -14,9 +14,9 @@
/** Widgets of the WC_STATUS_BAR. */
enum StatusbarWidget {
- SBW_LEFT, ///< left part of the statusbar; date is shown there
- SBW_MIDDLE, ///< middle part; current news or company name or *** SAVING *** or *** PAUSED ***
- SBW_RIGHT, ///< right part; bank balance
+ WID_S_LEFT, ///< Left part of the statusbar; date is shown there.
+ WID_S_MIDDLE, ///< Middle part; current news or company name or *** SAVING *** or *** PAUSED ***.
+ WID_S_RIGHT, ///< Right part; bank balance.
};
#endif /* WIDGETS_STATUSBAR_WIDGET_H */