Skip to content

Commit 567abc1

Browse files
committed
[bugfix] Fix broken docks customization. Fixes #8055
1 parent 19780c4 commit 567abc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgscustomization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ void QgsCustomization::createTreeItemToolbars()
576576
void QgsCustomization::createTreeItemDocks()
577577
{
578578
QStringList data;
579-
data << "Panels";
579+
data << "Docks";
580580

581581
QTreeWidgetItem *topItem = new QTreeWidgetItem( data );
582582

0 commit comments

Comments
 (0)