mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
add error message
This commit is contained in:
parent
402f08266e
commit
b1733622e2
1 changed files with 4 additions and 0 deletions
|
|
@ -231,6 +231,10 @@ order by objname;
|
|||
item = browser->GetNextChild(dbssId, cookie2);
|
||||
} // next
|
||||
|
||||
} else {
|
||||
// brower->db close
|
||||
//return wxEmptyString;
|
||||
def=_("'The database is closed in the object browser.'");
|
||||
}
|
||||
|
||||
goto exitloop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue