Skip to content

Commit 0034bf7

Browse files
committedDec 27, 2012
Remove Symbol: from symbol selector tree view names
1 parent f815a72 commit 0034bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/gui/symbology-ng/qgssymbolv2selectordialog.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ class SymbolLayerItem : public QStandardItem
117117
{
118118
switch ( mSymbol->type() )
119119
{
120-
case QgsSymbolV2::Marker : return "Symbol: Marker";
121-
case QgsSymbolV2::Fill : return "Symbol: Fill";
122-
case QgsSymbolV2::Line : return "Symbol: Line";
120+
case QgsSymbolV2::Marker : return "Marker";
121+
case QgsSymbolV2::Fill : return "Fill";
122+
case QgsSymbolV2::Line : return "Line";
123123
default: return "Symbol";
124124
}
125125
}

0 commit comments

Comments
 (0)
Please sign in to comment.