fixed krazy issue 3 (contractions in strings)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=699663
This commit is contained in:
parent
9268590942
commit
657e4cd036
@ -158,7 +158,7 @@ void GLApplet::paintInterface(QPainter *painter,
|
||||
if ((!d->dummy->isValid() ||
|
||||
!d->pbuf->isValid())) {
|
||||
if (!failedToLaunch()) {
|
||||
setFailedToLaunch(true, i18n("Your machine doesn't support OpenGL applets."));
|
||||
setFailedToLaunch(true, i18n("Your machine does not support OpenGL applets."));
|
||||
}
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user