remove word Query in title

This commit is contained in:
lsv 2021-04-15 09:46:52 +05:00
parent bd09ad72c2
commit 4293a1e9e8

View file

@ -1312,7 +1312,7 @@ void frmQuery::OnChangeConnection(wxCommandEvent &ev)
for (int i=0;i<len;i++) if (ctlSQL[i]!=NULL) ctlSQL[i]->SetConnection(conn);
//sqlResult->SetConnection(conn);
pgScript->SetConnection(conn);
title = wxT("Query - ") + cbConnection->GetValue();
title = wxT("") + cbConnection->GetValue();
setExtendedTitle();
seticon();
//Refresh GQB Tree if used