Fixed warning about non-existing group

Makes a currently non-functional 'Reformat' action visible.

Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
This commit is contained in:
Thorbjørn Lindeijer
2009-09-14 13:02:50 +02:00
parent 149b7fd50f
commit e089db4da9
2 changed files with 3 additions and 4 deletions

View File

@@ -180,7 +180,6 @@ const char * const G_EDIT_OTHER = "QtCreator.Group.Edit.Other";
// advanced edit menu groups
const char * const G_EDIT_FORMAT = "QtCreator.Group.Edit.Format";
const char * const G_EDIT_REFORMAT = "QtCreator.Group.Edit.Reformat";
const char * const G_EDIT_COLLAPSING = "QtCreator.Group.Edit.Collapsing";
const char * const G_EDIT_FONT = "QtCreator.Group.Edit.Font";
const char * const G_EDIT_EDITOR = "QtCreator.Group.Edit.Editor";