summaryrefslogtreecommitdiff
path: root/src/widgets/date_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/date_widget.h')
-rw-r--r--src/widgets/date_widget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/date_widget.h b/src/widgets/date_widget.h
index 78fd49080..a0b08922b 100644
--- a/src/widgets/date_widget.h
+++ b/src/widgets/date_widget.h
@@ -14,10 +14,10 @@
/** Widgets of the WC_SET_DATE. */
enum SetDateWidgets {
- SDW_DAY, ///< Dropdown for the day
- SDW_MONTH, ///< Dropdown for the month
- SDW_YEAR, ///< Dropdown for the year
- SDW_SET_DATE, ///< Actually set the date
+ WID_SD_DAY, ///< Dropdown for the day.
+ WID_SD_MONTH, ///< Dropdown for the month.
+ WID_SD_YEAR, ///< Dropdown for the year.
+ WID_SD_SET_DATE, ///< Actually set the date.
};
#endif /* WIDGETS_DATE_WIDGET_H */