mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
corrected text in the filter name and info
This commit is contained in:
parent
3d9d968c94
commit
0d9686e3c8
@ -66,7 +66,7 @@ ExtraSamplePlugin::ExtraSamplePlugin()
|
||||
const QString ExtraSamplePlugin::filterName(FilterIDType filterId)
|
||||
{
|
||||
switch(filterId) {
|
||||
case FP_MOVE_VERTEX : return QString("Sample Filter Name");
|
||||
case FP_MOVE_VERTEX : return QString("Random vertex displacement");
|
||||
default : assert(0);
|
||||
}
|
||||
}
|
||||
@ -76,7 +76,7 @@ const QString ExtraSamplePlugin::filterName(FilterIDType filterId)
|
||||
const QString ExtraSamplePlugin::filterInfo(FilterIDType filterId)
|
||||
{
|
||||
switch(filterId) {
|
||||
case FP_MOVE_VERTEX : return QString("Sample Filter Info: long explanation of what the filter does");
|
||||
case FP_MOVE_VERTEX : return QString("Move the vertices of the mesh of a random quantity.");
|
||||
default : assert(0);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user