summaryrefslogtreecommitdiff
path: root/src/widgets/cheat_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/cheat_widget.h')
-rw-r--r--src/widgets/cheat_widget.h2
1 files changed, 1 insertions, 1 deletions
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 */