Fixed returned names of command exec classes for "new" and "insert"

This commit is contained in:
Pål Hagen
2015-08-10 17:07:10 +02:00
parent c4ab24db9c
commit 8ee3e12335
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ RicEclipsePropertyFilterNewExec::~RicEclipsePropertyFilterNewExec()
//--------------------------------------------------------------------------------------------------
QString RicEclipsePropertyFilterNewExec::name()
{
return "Create Property Filter";
return "New Property Filter";
}
//--------------------------------------------------------------------------------------------------