diff options
| author | 2008-10-23 17:16:32 +0000 | |
|---|---|---|
| committer | 2008-10-23 17:16:32 +0000 | |
| commit | c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8 (patch) | |
| tree | 7d7a422556cdd07c1cc3997c1795264480811126 /src/modules/objects/class_painter.cpp | |
| parent | fixed altnick handling with identity profiles (diff) | |
| download | KVIrc-c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8.tar.gz KVIrc-c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8.tar.bz2 KVIrc-c02d5ef1d6f40a702a88c5c67e8d5dbc563ab7c8.zip | |
updated translations
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2770 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_painter.cpp')
| -rw-r--r-- | src/modules/objects/class_painter.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/modules/objects/class_painter.cpp b/src/modules/objects/class_painter.cpp index d73c51c8c..e91b267fb 100644 --- a/src/modules/objects/class_painter.cpp +++ b/src/modules/objects/class_painter.cpp @@ -1441,7 +1441,7 @@ bool KviKvsObject_painter::functionsetBrushStyle(KviKvsObjectFunctionCall *c) brush.setStyle(brushstyles_cod[j]); m_pPainter->setBrush(brush); } - else c->warning(__tr2qs("Unknown brushn style %Q"),&szStyle); + else c->warning(__tr2qs("Unknown brush style %Q"),&szStyle); return true; } @@ -1506,7 +1506,7 @@ bool KviKvsObject_painter::functionsetGradientColor(KviKvsObjectFunctionCall *c) { if(c->paramCount()<4) { - c->error(__tr2qs("Color name or triplette rgb/hsv values required")); + c->error(__tr2qs("Color name or triplette RGB/HSV values required")); return true; } if ( !var2->asInteger(iCol2)||!var3->asInteger(iCol3)) @@ -1670,7 +1670,4 @@ bool KviKvsObject_painter::functionresetPath(KviKvsObjectFunctionCall *c) #ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "m_class_painter.moc" -#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES - - - +#endif //COMPILE_USE_STANDALONE_MOC_SOURCES |
