diff options
Diffstat (limited to 'amarok/src/osd.cpp')
-rw-r--r-- | amarok/src/osd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/osd.cpp b/amarok/src/osd.cpp index 7b080f26..99d0b275 100644 --- a/amarok/src/osd.cpp +++ b/amarok/src/osd.cpp @@ -808,7 +808,7 @@ Amarok::OSD::show( const MetaBundle &bundle ) //slot text = osd.namedOptArgs( args ); - // KDE 3.3 rejects \n in the .kcfg file, and KConfig turns \n into \\n, so... + // KDE 3.3 rejects \n in the .kcfg file, and TDEConfig turns \n into \\n, so... text.replace( "\\n", "\n" ); } |