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 18683cc8..7b080f26 100644 --- a/amarok/src/osd.cpp +++ b/amarok/src/osd.cpp @@ -834,7 +834,7 @@ Amarok::OSD::show( const MetaBundle &bundle ) //slot if( text.isEmpty() ) text = MetaBundle::prettyTitle( bundle.url().fileName() ).stripWhiteSpace(); - if( text.startsWith( "- " ) ) //When we only have a title tag, _something_ prepends a fucking hyphen. Remove that. + if( text.startsWith( "- " ) ) //When we only have a title tag, _something_ prepends a hyphen. Remove that. text = text.mid( 2 ); if( text.isEmpty() ) //still |