We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f815a72 commit 0034bf7Copy full SHA for 0034bf7
src/gui/symbology-ng/qgssymbolv2selectordialog.cpp
@@ -117,9 +117,9 @@ class SymbolLayerItem : public QStandardItem
117
{
118
switch ( mSymbol->type() )
119
120
- case QgsSymbolV2::Marker : return "Symbol: Marker";
121
- case QgsSymbolV2::Fill : return "Symbol: Fill";
122
- case QgsSymbolV2::Line : return "Symbol: Line";
+ case QgsSymbolV2::Marker : return "Marker";
+ case QgsSymbolV2::Fill : return "Fill";
+ case QgsSymbolV2::Line : return "Line";
123
default: return "Symbol";
124
}
125
0 commit comments