From ecf70e7b86591c05ea6ee580749e4fd568ba7697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Lindstr=C3=B6m?= Date: Tue, 25 Oct 2011 17:02:40 +0200 Subject: [PATCH] Call the mainmenu something else on Mac --- src/tomahawkwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tomahawkwindow.cpp b/src/tomahawkwindow.cpp index 9203e65ce..584204717 100644 --- a/src/tomahawkwindow.cpp +++ b/src/tomahawkwindow.cpp @@ -180,6 +180,8 @@ 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;" );