From bcbdc3933c4aeff90692a1059375b1f590e7c904 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 20:46:17 +0000 Subject: (svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class --- src/widgets/sign_widget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/sign_widget.h') diff --git a/src/widgets/sign_widget.h b/src/widgets/sign_widget.h index 8cfca2356..fe937e140 100644 --- a/src/widgets/sign_widget.h +++ b/src/widgets/sign_widget.h @@ -12,7 +12,7 @@ #ifndef WIDGETS_SIGN_WIDGET_H #define WIDGETS_SIGN_WIDGET_H -/** Widgets of the WC_SIGN_LIST. */ +/** Widgets of the #SignListWindow class. */ enum SignListWidgets { /* Name starts with SI instead of S, because of collision with SaveLoadWidgets */ WID_SIL_CAPTION, ///< Caption of the window. @@ -23,7 +23,7 @@ enum SignListWidgets { WID_SIL_FILTER_CLEAR_BTN, ///< Button to clear the filter. }; -/** Widgets of the WC_QUERY_STRING (WC_QUERY_STRING is also used in QueryStringWidgets). */ +/** Widgets of the #SignWindow class. */ enum QueryEditSignWidgets { WID_QES_CAPTION, ///< Caption of the window. WID_QES_TEXT, ///< Text of the query. -- cgit v1.2.3-70-g09d2