set correct window title
This commit is contained in:
parent
d4f00da713
commit
ee8524aa11
2 changed files with 6 additions and 0 deletions
|
@ -269,6 +269,9 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
||||||
// init reverb channel
|
// init reverb channel
|
||||||
UpdateRevSelection();
|
UpdateRevSelection();
|
||||||
|
|
||||||
|
// set window title (with no clients connected -> "0")
|
||||||
|
SetMyWindowTitle ( 0 );
|
||||||
|
|
||||||
|
|
||||||
// connect on startup ---
|
// connect on startup ---
|
||||||
if ( bNewConnectOnStartup )
|
if ( bNewConnectOnStartup )
|
||||||
|
|
|
@ -349,6 +349,9 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
|
||||||
|
|
||||||
// set version number in about dialog
|
// set version number in about dialog
|
||||||
lblVersion->setText ( GetVersionAndNameStr() );
|
lblVersion->setText ( GetVersionAndNameStr() );
|
||||||
|
|
||||||
|
// set window title
|
||||||
|
setWindowTitle ( tr ( "About " ) + APP_NAME );
|
||||||
}
|
}
|
||||||
|
|
||||||
QString CAboutDlg::GetVersionAndNameStr ( const bool bWithHtml )
|
QString CAboutDlg::GetVersionAndNameStr ( const bool bWithHtml )
|
||||||
|
|
Loading…
Reference in a new issue