Skip to content

Commit 84d2c3c

Browse files
committed
[bugfix] Fix broken docks customization. Fixes #8055
1 parent 7613c29 commit 84d2c3c

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
@@ -569,7 +569,7 @@ void QgsCustomization::createTreeItemToolbars()
569569
void QgsCustomization::createTreeItemDocks()
570570
{
571571
QStringList data;
572-
data << "Panels";
572+
data << "Docks";
573573

574574
QTreeWidgetItem *topItem = new QTreeWidgetItem( data );
575575

0 commit comments

Comments
 (0)