From e9f584ac210913a404e246184c8d3c1f52428b63 Mon Sep 17 00:00:00 2001 From: truebrain Date: Fri, 16 Dec 2011 16:27:45 +0000 Subject: (svn r23531) -Codechange: document and rename widgets to be consistent and understandable --- src/widgets/error_widget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/error_widget.h') 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 */ -- cgit v1.2.3-54-g00ecf