mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Change Title windows Server ststus,Query
Убраны не важные слова из заголовка.
This commit is contained in:
parent
4f10ebc477
commit
a2aad527ff
3 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue