Skip to content

Commit 0ee93ee

Browse files
committedNov 29, 2016
[bugfix] Fix broken docks customization. Fixes #8055
1 parent fe8dfe1 commit 0ee93ee

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 << QStringLiteral( "Panels" );
572+
data << QStringLiteral( "Docks" );
573573

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

0 commit comments

Comments
 (0)
Please sign in to comment.