diff options
Diffstat (limited to 'databases/pgadmin3/files/patch-src-ui-frmQuery.cpp')
-rw-r--r-- | databases/pgadmin3/files/patch-src-ui-frmQuery.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/pgadmin3/files/patch-src-ui-frmQuery.cpp b/databases/pgadmin3/files/patch-src-ui-frmQuery.cpp new file mode 100644 index 000000000000..e4f290a8db03 --- /dev/null +++ b/databases/pgadmin3/files/patch-src-ui-frmQuery.cpp @@ -0,0 +1,11 @@ +--- src/ui/frmQuery.cpp.orig Mon Sep 8 17:36:08 2003 ++++ src/ui/frmQuery.cpp Mon Jun 28 00:41:25 2004 +@@ -587,7 +587,7 @@ + } + + +-void frmQuery::OnChange(wxNotifyEvent& event) ++void frmQuery::OnChange(wxStyledTextEvent& event) + { + if (!changed) + { |