diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-01-08 18:05:22 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-01-08 18:05:22 +0000 |
commit | a51f6158b45cb49c4d8e64e64c6ed940630a4584 (patch) | |
tree | 9ffc1ce2000f9b7d1f5c7f363cd83ea0fd8e5702 /databases/pgadmin3/files/patch-src-ui-frmQuery.cpp | |
parent | ca291ad0194769dc86ef711989aae204936b2cdf (diff) |
Notes
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, 0 insertions, 11 deletions
diff --git a/databases/pgadmin3/files/patch-src-ui-frmQuery.cpp b/databases/pgadmin3/files/patch-src-ui-frmQuery.cpp deleted file mode 100644 index e4f290a8db03..000000000000 --- a/databases/pgadmin3/files/patch-src-ui-frmQuery.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - { |