1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02: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 ); setUnifiedTitleAndToolBarOnMac( true );
delete ui->hline1; delete ui->hline1;
delete ui->hline2; delete ui->hline2;
/// Mac users allready have Tomahawk appmenu, change the name
ui->menuApp->setTitle( "&Music Player" );
#else #else
ui->hline1->setStyleSheet( "border: 1px solid gray;" ); ui->hline1->setStyleSheet( "border: 1px solid gray;" );
ui->hline2->setStyleSheet( "border: 1px solid gray;" ); ui->hline2->setStyleSheet( "border: 1px solid gray;" );

View File

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