QmlDesigner.MetaInfo: renamed subcomponents group

This commit is contained in:
Christiaan Janssen
2010-03-05 17:17:01 +01:00
parent 20429a84aa
commit ac030f6d9d

View File

@@ -304,7 +304,7 @@ void SubComponentManagerPrivate::registerQmlFile(const QFileInfo &fileInfo, cons
nodeInfo.setQmlFile(fileInfo.filePath());
// Add file components to the library
nodeInfo.setCategory(tr("Qml Component"));
nodeInfo.setCategory(tr("Qml Components"));
nodeInfo.setIsVisibleToItemLibrary(true);
m_metaInfo.addItemLibraryInfo(nodeInfo, componentName);