mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-08-15 14:22:36 -06:00
Merge
This commit is contained in:
commit
51a555ed63
1 changed files with 2 additions and 3 deletions
|
|
@ -4754,9 +4754,8 @@ void frmQuery::SqlBookAddPage(wxString& title)
|
|||
|
||||
box->Connect(wxID_ANY, wxEVT_SET_FOCUS, wxFocusEventHandler(frmQuery::OnFocus));
|
||||
box->Connect(wxID_ANY, wxEVT_KILL_FOCUS, wxFocusEventHandler(frmQuery::OnFocus));
|
||||
|
||||
if (title.BeforeFirst(' ')=="Query") {
|
||||
wxString np = title.AfterFirst(' ');
|
||||
wxString np = title.AfterLast(' ');
|
||||
if (np.Length()>0) {
|
||||
long nl = 0;
|
||||
if (np.ToLong(&nl)) {
|
||||
if (sqlQueryCounter < nl) sqlQueryCounter = nl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue