mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-08-15 22:02:27 -06:00
remove word Query in title
This commit is contained in:
parent
bd09ad72c2
commit
4293a1e9e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue