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 19780c4 commit 567abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgscustomization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ void QgsCustomization::createTreeItemToolbars()
void QgsCustomization::createTreeItemDocks()
{
QStringList data;
data << "Panels";
data << "Docks";

QTreeWidgetItem *topItem = new QTreeWidgetItem( data );

Expand Down

0 comments on commit 567abc1

Please sign in to comment.