diff options
Diffstat (limited to 'src/modules/objects/class_wrapper.cpp')
| -rw-r--r-- | src/modules/objects/class_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_wrapper.cpp b/src/modules/objects/class_wrapper.cpp index 75e466523..57ee4452e 100644 --- a/src/modules/objects/class_wrapper.cpp +++ b/src/modules/objects/class_wrapper.cpp @@ -145,7 +145,7 @@ bool KviKvsObject_wrapper::init(KviKvsRunTimeContext * pContext,KviKvsVariantLis { if(pWidget) { - pContext->warning(__tr2qs("The window identifier preceeded by WinId must be the first object in the search path")); + pContext->warning(__tr2qs("The window identifier preceded by WinId must be the first object in the search path")); return false; } else { pWidget = g_pApp->findWindow(szName); |
