diff options
| author | Peter Penz <[email protected]> | 2009-05-19 07:25:40 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-05-19 07:25:40 +0000 |
| commit | ec859058c6a4cf82cc247cefbfb71b090a62be73 (patch) | |
| tree | 9c7865f4fa9e67a3fe5f05c26bd9659bd9d79fb4 /src/panels | |
| parent | d16434ef019fc5aa4ad2bd11f4423a2b4f01d84d (diff) | |
krazy fixes
svn path=/trunk/KDE/kdebase/apps/; revision=969874
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/information/phononwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp index 7f2ca9564..c54cae306 100644 --- a/src/panels/information/phononwidget.cpp +++ b/src/panels/information/phononwidget.cpp @@ -151,7 +151,7 @@ void PhononWidget::showEvent(QShowEvent *event) // Creating an audio player or video player instance might take up to // 2 seconds when doing it the first time. To prevent that the user - // interface gets noticable blocked, the creation is delayed until + // interface gets notizable blocked, the creation is delayed until // the play button has been pressed (see PhononWidget::play()). } } |
