mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-07-17 14:16:44 -06:00
fix bug
This commit is contained in:
parent
96a96b448c
commit
0bf6ff6c60
6 changed files with 13 additions and 4 deletions
|
|
@ -2052,7 +2052,7 @@ if (1==0) {
|
|||
pgaFactory *ff=oo->GetFactory();
|
||||
fn=ff->GetTypeName();
|
||||
fn=oo->GetName();
|
||||
if (fn==wxT("history__0102")) {
|
||||
if (fn==wxT("debug*history__0102")) {
|
||||
fn=oo->GetFullName();
|
||||
pgaFactory *ff=oo->GetFactory();
|
||||
fn=ff->GetTypeName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue