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/cheat_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/cheat_widget.h') diff --git a/src/widgets/cheat_widget.h b/src/widgets/cheat_widget.h index 64ebc588d..ba368dd50 100644 --- a/src/widgets/cheat_widget.h +++ b/src/widgets/cheat_widget.h @@ -14,7 +14,7 @@ /** Widgets of the WC_CHEATS. */ enum CheatWidgets { - CW_PANEL, + WID_C_PANEL, ///< Panel where all cheats are shown in. }; #endif /* WIDGETS_CHEAT_WIDGET_H */ -- cgit v1.2.3-54-g00ecf