diff options
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
| -rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index 7737a0516..7e70cd6b8 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -322,7 +322,7 @@ void OptionsInstanceManager::deleteInstanceTree(KviPointerList<OptionsWidgetInst } else { qDebug("Ops...i have deleted the options dialog ?"); } - } //else qDebug("Clas %s has no widget",e->szName); + } //else qDebug("Class %s has no widget",e->szName); if(pEntry->pChildList) deleteInstanceTree(pEntry->pChildList); } |
