Skip to content

Commit

Permalink
fix filter name
Browse files Browse the repository at this point in the history
  • Loading branch information
lheric committed Oct 10, 2013
1 parent 8ec99f7 commit e804337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libplugins/libpreddisplayfilter/preddisplayfilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PredDisplayFilter::PredDisplayFilter(QObject *parent) :
QObject(parent)
{
setName("Pred Type Structure");
setName("Pred Type Display");
}


Expand Down

0 comments on commit e804337

Please sign in to comment.