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 7613c29 commit 84d2c3c
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 << "Panels";
data << "Docks";

QTreeWidgetItem *topItem = new QTreeWidgetItem( data );

Expand Down

0 comments on commit 84d2c3c

Please sign in to comment.