OpenSDE Packages Database (without history before r20070)
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.

49 lines
2.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../pgadmin3/macro_changes.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./src/main/events.cpp.orig 2006-11-30 12:48:30.000000000 +0200
  17. +++ ./src/main/events.cpp 2006-12-15 16:27:39.932921500 +0200
  18. @@ -71,7 +71,7 @@
  19. EVT_STC_UPDATEUI(CTL_SQLPANE, frmMain::OnPositionStc)
  20. EVT_CLOSE( frmMain::OnClose)
  21. - EVT_AUI_PANECLOSE( frmMain::OnAuiUpdate)
  22. + EVT_AUI_PANE_CLOSE( frmMain::OnAuiUpdate)
  23. #ifdef __WXGTK__
  24. EVT_TREE_KEY_DOWN(CTL_BROWSER, frmMain::OnTreeKeyDown)
  25. --- ./src/frm/frmQuery.cpp.orig 2006-11-30 12:48:30.000000000 +0200
  26. +++ ./src/frm/frmQuery.cpp 2006-12-15 16:01:56.464460750 +0200
  27. @@ -103,7 +103,7 @@
  28. EVT_ACTIVATE( frmQuery::OnActivate)
  29. EVT_STC_MODIFIED(CTL_SQLQUERY, frmQuery::OnChangeStc)
  30. EVT_STC_UPDATEUI(CTL_SQLQUERY, frmQuery::OnPositionStc)
  31. - EVT_AUI_PANECLOSE( frmQuery::OnAuiUpdate)
  32. + EVT_AUI_PANE_CLOSE( frmQuery::OnAuiUpdate)
  33. END_EVENT_TABLE()
  34. frmQuery::frmQuery(frmMain *form, const wxString& _title, pgConn *_conn, const wxString& query)
  35. --- ./src/frm/frmEditGrid.cpp.orig 2006-11-30 12:48:30.000000000 +0200
  36. +++ ./src/frm/frmEditGrid.cpp 2006-12-15 15:58:29.891550750 +0200
  37. @@ -75,7 +75,7 @@
  38. EVT_GRID_EDITOR_SHOWN( frmEditGrid::OnEditorShown)
  39. EVT_GRID_EDITOR_HIDDEN( frmEditGrid::OnEditorHidden)
  40. EVT_GRID_LABEL_RIGHT_CLICK( frmEditGrid::OnLabelRightClick)
  41. - EVT_AUI_PANEBUTTON( frmEditGrid::OnAuiUpdate)
  42. + EVT_AUI_PANE_BUTTON( frmEditGrid::OnAuiUpdate)
  43. END_EVENT_TABLE()