mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
* Fixed non debug builds.
This commit is contained in:
@@ -748,7 +748,7 @@ TomahawkWindow::showAboutTomahawk()
|
|||||||
.arg( TomahawkUtils::appFriendlyVersion() )
|
.arg( TomahawkUtils::appFriendlyVersion() )
|
||||||
.arg( qApp->applicationVersion() );
|
.arg( qApp->applicationVersion() );
|
||||||
#else
|
#else
|
||||||
head = tr( "<h2><b>Tomahawk %1</h2>" );
|
head = tr( "<h2><b>Tomahawk %1</h2>" )
|
||||||
.arg( TomahawkUtils::appFriendlyVersion() );
|
.arg( TomahawkUtils::appFriendlyVersion() );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user