diff options
Diffstat (limited to 'src/widgets/cheat_widget.h')
-rw-r--r-- | src/widgets/cheat_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/cheat_widget.h b/src/widgets/cheat_widget.h index 78758f7b1..3209cae23 100644 --- a/src/widgets/cheat_widget.h +++ b/src/widgets/cheat_widget.h @@ -12,7 +12,7 @@ #ifndef WIDGETS_CHEAT_WIDGET_H #define WIDGETS_CHEAT_WIDGET_H -/** Widgets of the #CheatWindow class.. */ +/** Widgets of the #CheatWindow class. */ enum CheatWidgets { WID_C_PANEL, ///< Panel where all cheats are shown in. }; |