From 05af1d176bff01154933da8c3e3ba97784f4b8d6 Mon Sep 17 00:00:00 2001 From: truebrain Date: Fri, 16 Dec 2011 16:49:53 +0000 Subject: (svn r23536) -Codechange: document and rename widgets to be consistent and understandable --- src/widgets/main_widget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/main_widget.h') diff --git a/src/widgets/main_widget.h b/src/widgets/main_widget.h index 823e62283..7bb16804a 100644 --- a/src/widgets/main_widget.h +++ b/src/widgets/main_widget.h @@ -13,8 +13,8 @@ #define WIDGETS_MAIN_WIDGET_H /** Widgets of the WC_MAIN_WINDOW. */ -enum MainWindowWidgets { - MW_VIEWPORT, ///< Main window viewport. +enum MainWidgets { + WID_M_VIEWPORT, ///< Main window viewport. }; #endif /* WIDGETS_MAIN_WIDGET_H */ -- cgit v1.2.3-54-g00ecf