Fixes: rename some commands to get something like a 'naming scheme'

in place
RevBy:   con
This commit is contained in:
hjk
2009-02-20 17:22:16 +01:00
parent bddd9fa31e
commit 1c7e4182ac
14 changed files with 30 additions and 30 deletions

View File

@@ -82,7 +82,7 @@ bool SnippetsPlugin::initialize(const QStringList &arguments, QString *)
m_snippetWnd = new SnippetsWindow();
Core::BaseView *view = new Core::BaseView;
view->setUniqueViewName("Snippets.SnippetsTree");
view->setUniqueViewName("Snippets");
view->setWidget(m_snippetWnd);
view->setContext(QList<int>()
<< core->uniqueIDManager()->uniqueIdentifier(QLatin1String("Snippets Window"))