summaryrefslogtreecommitdiff
path: root/lang/gambas/files/patch-examples::Database::DataReportExample::Fconn.class
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gambas/files/patch-examples::Database::DataReportExample::Fconn.class')
-rw-r--r--lang/gambas/files/patch-examples::Database::DataReportExample::Fconn.class18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/gambas/files/patch-examples::Database::DataReportExample::Fconn.class b/lang/gambas/files/patch-examples::Database::DataReportExample::Fconn.class
deleted file mode 100644
index 7dfca6cbeebe..000000000000
--- a/lang/gambas/files/patch-examples::Database::DataReportExample::Fconn.class
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./examples/Database/DataReportExample/Fconn.class.orig Mon Feb 23 17:31:34 2004
-+++ ./examples/Database/DataReportExample/Fconn.class Sat Apr 3 17:29:08 2004
-@@ -16,7 +16,7 @@
- END
-
- PUBLIC SUB ginput_KeyPress()
-- IF key.code=key.enter OR key.code=key.return THEN
-+ IF Key.Code=Key.Enter OR Key.Code=Key.Return THEN
- SELECT CASE LAST.tag
- CASE 1
- textbox2.setfocus
-@@ -75,4 +75,4 @@
-
- CATCH
- Message.Error(Error.Text)
--END
-\ No newline at end of file
-+END