You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.5 KiB
36 lines
1.5 KiB
Index: src/frm/frmEditGrid.cpp |
|
--- src/frm/frmEditGrid.cpp.orig 2006-11-30 11:48:30 +0100 |
|
+++ src/frm/frmEditGrid.cpp 2006-12-13 08:08:04 +0100 |
|
@@ -75,7 +75,7 @@ |
|
EVT_GRID_EDITOR_SHOWN( frmEditGrid::OnEditorShown) |
|
EVT_GRID_EDITOR_HIDDEN( frmEditGrid::OnEditorHidden) |
|
EVT_GRID_LABEL_RIGHT_CLICK( frmEditGrid::OnLabelRightClick) |
|
- EVT_AUI_PANEBUTTON( frmEditGrid::OnAuiUpdate) |
|
+ EVT_AUI_PANE_BUTTON( frmEditGrid::OnAuiUpdate) |
|
END_EVENT_TABLE() |
|
|
|
|
|
Index: src/frm/frmQuery.cpp |
|
--- src/frm/frmQuery.cpp.orig 2006-11-30 11:48:30 +0100 |
|
+++ src/frm/frmQuery.cpp 2006-12-13 08:08:34 +0100 |
|
@@ -103,7 +103,7 @@ |
|
EVT_ACTIVATE( frmQuery::OnActivate) |
|
EVT_STC_MODIFIED(CTL_SQLQUERY, frmQuery::OnChangeStc) |
|
EVT_STC_UPDATEUI(CTL_SQLQUERY, frmQuery::OnPositionStc) |
|
- EVT_AUI_PANECLOSE( frmQuery::OnAuiUpdate) |
|
+ EVT_AUI_PANE_CLOSE( frmQuery::OnAuiUpdate) |
|
END_EVENT_TABLE() |
|
|
|
frmQuery::frmQuery(frmMain *form, const wxString& _title, pgConn *_conn, const wxString& query) |
|
Index: src/main/events.cpp |
|
--- src/main/events.cpp.orig 2006-11-30 11:48:30 +0100 |
|
+++ src/main/events.cpp 2006-12-13 08:09:52 +0100 |
|
@@ -71,7 +71,7 @@ |
|
EVT_STC_UPDATEUI(CTL_SQLPANE, frmMain::OnPositionStc) |
|
EVT_CLOSE( frmMain::OnClose) |
|
|
|
- EVT_AUI_PANECLOSE( frmMain::OnAuiUpdate) |
|
+ EVT_AUI_PANE_CLOSE( frmMain::OnAuiUpdate) |
|
|
|
#ifdef __WXGTK__ |
|
EVT_TREE_KEY_DOWN(CTL_BROWSER, frmMain::OnTreeKeyDown)
|
|
|