mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Shorten title to fit column
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
|||||||
virtual ~WhatsNew_0_8();
|
virtual ~WhatsNew_0_8();
|
||||||
|
|
||||||
const QString defaultName() { return WHATSNEW_0_8_VIEWPAGE_NAME; }
|
const QString defaultName() { return WHATSNEW_0_8_VIEWPAGE_NAME; }
|
||||||
QString title() const { return tr( "What's new in Tomahawk 0.8?" ); }
|
QString title() const { return tr( "What's new in 0.8?" ); }
|
||||||
QString description() const { return tr( "An overview of the changes and additions since 0.7." ); }
|
QString description() const { return tr( "An overview of the changes and additions since 0.7." ); }
|
||||||
const QString pixmapPath() const { return ( RESPATH "images/dashboard.svg" ); }
|
const QString pixmapPath() const { return ( RESPATH "images/dashboard.svg" ); }
|
||||||
bool isDeletable() const { return true; }
|
bool isDeletable() const { return true; }
|
||||||
|
Reference in New Issue
Block a user