From 4293a1e9e85a095ca54164716633cbfe40fa2e8c Mon Sep 17 00:00:00 2001 From: lsv Date: Thu, 15 Apr 2021 09:46:52 +0500 Subject: [PATCH] remove word Query in title --- frm/frmQuery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frm/frmQuery.cpp b/frm/frmQuery.cpp index cce0aac..41a121b 100644 --- a/frm/frmQuery.cpp +++ b/frm/frmQuery.cpp @@ -1312,7 +1312,7 @@ void frmQuery::OnChangeConnection(wxCommandEvent &ev) for (int i=0;iSetConnection(conn); //sqlResult->SetConnection(conn); pgScript->SetConnection(conn); - title = wxT("Query - ") + cbConnection->GetValue(); + title = wxT("") + cbConnection->GetValue(); setExtendedTitle(); seticon(); //Refresh GQB Tree if used