Added "Toolbar" to name of "Quick Access Toolbar" in its context menu.
This commit is contained in:
@@ -708,7 +708,7 @@ namespace glabels
|
|||||||
///
|
///
|
||||||
void MainWindow::createToolBars()
|
void MainWindow::createToolBars()
|
||||||
{
|
{
|
||||||
fileToolBar = addToolBar( tr("Quick Access") );
|
fileToolBar = addToolBar( tr("Quick Access Toolbar") );
|
||||||
connect( fileToolBar, SIGNAL(visibilityChanged(bool)), viewFileToolBarAction, SLOT(setChecked(bool)) );
|
connect( fileToolBar, SIGNAL(visibilityChanged(bool)), viewFileToolBarAction, SLOT(setChecked(bool)) );
|
||||||
fileToolBar->addAction( fileNewAction );
|
fileToolBar->addAction( fileNewAction );
|
||||||
fileToolBar->addAction( fileOpenAction );
|
fileToolBar->addAction( fileOpenAction );
|
||||||
|
|||||||
@@ -1736,6 +1736,10 @@
|
|||||||
<source>Open Recent</source>
|
<source>Open Recent</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Quick Access Toolbar</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>glabels::MergeView</name>
|
<name>glabels::MergeView</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user