Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Symbol: from symbol selector tree view names
  • Loading branch information
NathanW2 committed Dec 27, 2012
1 parent f815a72 commit 0034bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/symbology-ng/qgssymbolv2selectordialog.cpp
Expand Up @@ -117,9 +117,9 @@ class SymbolLayerItem : public QStandardItem
{
switch ( mSymbol->type() )
{
case QgsSymbolV2::Marker : return "Symbol: Marker";
case QgsSymbolV2::Fill : return "Symbol: Fill";
case QgsSymbolV2::Line : return "Symbol: Line";
case QgsSymbolV2::Marker : return "Marker";
case QgsSymbolV2::Fill : return "Fill";
case QgsSymbolV2::Line : return "Line";
default: return "Symbol";
}
}
Expand Down

0 comments on commit 0034bf7

Please sign in to comment.