diff options
Diffstat (limited to 'databases/pgadmin3-12/files/patch-src-include-dlgView.h')
-rw-r--r-- | databases/pgadmin3-12/files/patch-src-include-dlgView.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/pgadmin3-12/files/patch-src-include-dlgView.h b/databases/pgadmin3-12/files/patch-src-include-dlgView.h new file mode 100644 index 00000000000..8d77181ae8f --- /dev/null +++ b/databases/pgadmin3-12/files/patch-src-include-dlgView.h @@ -0,0 +1,10 @@ +--- src/include/dlgView.h.orig Mon Jun 28 00:53:54 2004 ++++ src/include/dlgView.h Mon Jun 28 00:54:12 2004 +@@ -34,6 +34,7 @@ + wxString oldDefinition; + + void OnChange(wxNotifyEvent &ev); ++ void OnChangeStyled(wxStyledTextEvent &ev); + + ctlSQLBox *sqlBox; + |