GUI: forgotten tr()
This commit is contained in:
parent
9917168a0e
commit
5950da738d
@ -232,9 +232,9 @@ void RclMain::init()
|
|||||||
|
|
||||||
// Menu version of the document filter control
|
// Menu version of the document filter control
|
||||||
m_filtMN = new QMenu(MenuBar);
|
m_filtMN = new QMenu(MenuBar);
|
||||||
m_filtMN->setObjectName(QString::fromUtf8("m_filtMN"));
|
m_filtMN->setObjectName("m_filtMN");
|
||||||
MenuBar->insertMenu(helpMenu->menuAction(), m_filtMN);
|
MenuBar->insertMenu(helpMenu->menuAction(), m_filtMN);
|
||||||
m_filtMN->setTitle("F&ilter");
|
m_filtMN->setTitle(tr("F&ilter"));
|
||||||
QActionGroup *fltag = new QActionGroup(this);
|
QActionGroup *fltag = new QActionGroup(this);
|
||||||
fltag->setExclusive(true);
|
fltag->setExclusive(true);
|
||||||
QAction *act = fltag->addAction(tr("All"));
|
QAction *act = fltag->addAction(tr("All"));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user