mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Naming
This commit is contained in:
@@ -167,7 +167,7 @@ void MainWindow::slot_TrayMenu_Exit()
|
||||
void MainWindow::slot_Tray_ShowMessage(QString textMsg, QSystemTrayIcon::MessageIcon iconMsg)
|
||||
{
|
||||
QSystemTrayIcon::MessageIcon icon = QSystemTrayIcon::MessageIcon(iconMsg);
|
||||
trayIcon->showMessage(tr("Server LMS"),
|
||||
trayIcon->showMessage(tr("Server MPS"),
|
||||
textMsg,
|
||||
icon, 100);
|
||||
}
|
||||
@@ -215,7 +215,7 @@ void MainWindow::errorCheck()
|
||||
|
||||
void MainWindow::updateTrayTitles()
|
||||
{
|
||||
trayIcon->setToolTip(tr("Server LMS"));
|
||||
trayIcon->setToolTip(tr("Server MPS"));
|
||||
action_ShowWindow->setText(tr("Expand window"));
|
||||
action_HideWindow->setText(tr("Minimize window"));
|
||||
action_Exit->setText(tr("Exit"));
|
||||
|
||||
Reference in New Issue
Block a user