summaryrefslogtreecommitdiff
path: root/src/widgets/error_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/error_widget.h')
-rw-r--r--src/widgets/error_widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/error_widget.h b/src/widgets/error_widget.h
index 6a45aa75b..736f25437 100644
--- a/src/widgets/error_widget.h
+++ b/src/widgets/error_widget.h
@@ -14,9 +14,9 @@
/** Widgets of the WC_ERRMSG. */
enum ErrorMessageWidgets {
- EMW_CAPTION,
- EMW_FACE,
- EMW_MESSAGE,
+ WID_EM_CAPTION, ///< Caption of the window.
+ WID_EM_FACE, ///< Error title.
+ WID_EM_MESSAGE, ///< Error message.
};
#endif /* WIDGETS_ERROR_WIDGET_H */