mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix issue#22
Так же исправление падения при открытии инструмента запросов из командной строки.
This commit is contained in:
parent
7ab2780404
commit
65eef54d6a
2 changed files with 3 additions and 0 deletions
|
|
@ -778,6 +778,7 @@ bool pgAdmin3::OnInit()
|
|||
{
|
||||
wxLogInfo(wxT("Auto-loading file: %s"), fn.c_str());
|
||||
}
|
||||
SetTopWindow(NULL);
|
||||
frmQuery *fq = new frmQuery(NULL, wxEmptyString, conn, wxEmptyString, fn);
|
||||
fq->Go();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue