diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/group_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/group_widget.h b/src/widgets/group_widget.h index bd0d90486..41e0bcd45 100644 --- a/src/widgets/group_widget.h +++ b/src/widgets/group_widget.h @@ -32,6 +32,7 @@ enum GroupListWidgets { WID_GL_DELETE_GROUP, ///< Delete group button. WID_GL_RENAME_GROUP, ///< Rename group button. WID_GL_REPLACE_PROTECTION, ///< Replace protection button. + WID_GL_INFO, ///< Group info. }; #endif /* WIDGETS_GROUP_WIDGET_H */ |