From d4abab1029c88e6703d8ce31035e9546c431d631 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 18 Jun 2016 16:09:04 +0300 Subject: [PATCH] Explorer on Mac OS X has own name Finder. --HG-- branch : develop --- src/app/tape/tmainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index 4133df72f..b9880d6f7 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -139,6 +139,8 @@ TMainWindow::TMainWindow(QWidget *parent) // On Mac deafault icon size is 32x32. ui->toolBarGradation->setIconSize(QSize(24, 24)); + ui->pushButtonShowInExplorer->setText(tr("Show in Finder")); + #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 2) // Mac OS Dock Menu QMenu *menu = new QMenu(this);