1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 04:37:22 +01:00

fixes #1326 MDI subwindow title is left "Untitled" when GUI starts with a file on the command line

This commit is contained in:
Vadim Kurland 2010-03-13 17:43:29 +00:00
parent 5a1aa6ceb3
commit 6c06a6523d
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2714
#define BUILD_NUM 2715

View File

@ -543,6 +543,8 @@ void FWWindow::startupLoad()
updateOpenRecentMenu(file);
}
QCoreApplication::postEvent(this, new updateSubWindowTitlesEvent());
if (! st->getBool("UI/NoStartTip"))
{
StartTipDialog *stdlg = new StartTipDialog(this);