Skip to content

Commit

Permalink
[bugfix] Fix broken docks customization. Fixes #8055
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Nov 29, 2016
1 parent fe8dfe1 commit 0ee93ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgscustomization.cpp
Expand Up @@ -569,7 +569,7 @@ void QgsCustomization::createTreeItemToolbars()
void QgsCustomization::createTreeItemDocks()
{
QStringList data;
data << QStringLiteral( "Panels" );
data << QStringLiteral( "Docks" );

QTreeWidgetItem *topItem = new QTreeWidgetItem( data );

Expand Down

0 comments on commit 0ee93ee

Please sign in to comment.