Change Title windows Server ststus,Query

Убраны не важные слова из заголовка.
This commit is contained in:
lsv 2022-11-24 15:55:31 +05:00
parent 4f10ebc477
commit a2aad527ff
3 changed files with 3 additions and 3 deletions

View file

@ -578,7 +578,7 @@ bool pgAdmin3::OnInit()
if (!conn)
return false;
wxString txt = _("Server Status - ") + conn->GetName();
wxString txt = conn->GetName();
frmStatus* fq = new frmStatus(NULL, txt, conn);
fq->Go();