Base: fix compile errors in wino-mail-dtkqt (composeview UI, initializeComposition, startNewEmail, authenticator includes)
This commit is contained in:
@@ -41,8 +41,8 @@ void ReaderView::setupUI() {
|
||||
m_deleteButton = new QPushButton("Delete");
|
||||
m_deleteButton->setStyleSheet("color: red;");
|
||||
|
||||
QPushButton *m_detachButton = new QPushButton("独立 (Independent)");
|
||||
m_detachButton->setToolTip("Open in separate window");
|
||||
QPushButton *m_detachButton = new QPushButton("↗ Abrir en ventana");
|
||||
m_detachButton->setToolTip("Abrir este correo en una ventana independiente");
|
||||
|
||||
actionsLayout->addWidget(m_replyButton);
|
||||
actionsLayout->addWidget(m_forwardButton);
|
||||
|
||||
Reference in New Issue
Block a user