1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-18 23:09:42 +01:00

* Renamed Tomahawk / Music Player menu to Controls. Let's see how that feels cross-platform.

This commit is contained in:
Christian Muehlhaeuser 2011-12-04 05:54:12 +01:00
parent 80320fcf4e
commit 261149287c
2 changed files with 1 additions and 3 deletions

View File

@ -189,8 +189,6 @@ TomahawkWindow::applyPlatformTweaks()
setUnifiedTitleAndToolBarOnMac( true );
delete ui->hline1;
delete ui->hline2;
/// Mac users allready have Tomahawk appmenu, change the name
ui->menuApp->setTitle( "&Music Player" );
#else
ui->hline1->setStyleSheet( "border: 1px solid gray;" );
ui->hline2->setStyleSheet( "border: 1px solid gray;" );

View File

@ -78,7 +78,7 @@
</widget>
<widget class="QMenu" name="menuApp">
<property name="title">
<string>&amp;Tomahawk</string>
<string>&amp;Controls</string>
</property>
<addaction name="actionPlay"/>
<addaction name="actionPrevious"/>