From 803f42f4de5a30b86f82b93e3cfbf112b1e16864 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sun, 24 Feb 2019 10:43:28 -0500 Subject: [PATCH] Added "Toolbar" to name of "Quick Access Toolbar" in its context menu. --- glabels/MainWindow.cpp | 2 +- translations/glabels_C.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/glabels/MainWindow.cpp b/glabels/MainWindow.cpp index 4091cc2..15bfda9 100644 --- a/glabels/MainWindow.cpp +++ b/glabels/MainWindow.cpp @@ -708,7 +708,7 @@ namespace glabels /// void MainWindow::createToolBars() { - fileToolBar = addToolBar( tr("Quick Access") ); + fileToolBar = addToolBar( tr("Quick Access Toolbar") ); connect( fileToolBar, SIGNAL(visibilityChanged(bool)), viewFileToolBarAction, SLOT(setChecked(bool)) ); fileToolBar->addAction( fileNewAction ); fileToolBar->addAction( fileOpenAction ); diff --git a/translations/glabels_C.ts b/translations/glabels_C.ts index 1d83063..4c4c4b6 100644 --- a/translations/glabels_C.ts +++ b/translations/glabels_C.ts @@ -1736,6 +1736,10 @@ Open Recent + + Quick Access Toolbar + + glabels::MergeView