summaryrefslogtreecommitdiff
path: root/fv
diff options
context:
space:
mode:
authordaniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-05-07 14:02:06 +0000
committerdaniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-05-07 14:02:06 +0000
commit73cad6bbeeaea0b5f8d35ac3a309144dad4c5d45 (patch)
treec4ba6b031fd7823b242b37b01116c21049b2fe3b /fv
parent4ced30185f739ee55763615ceea7b11fd817d2ba (diff)
downloadfpc-73cad6bbeeaea0b5f8d35ac3a309144dad4c5d45.tar.gz
* it's May, not November :)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@3450 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'fv')
-rw-r--r--fv/drivers.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/fv/drivers.pas b/fv/drivers.pas
index e3117079c8..595f2c0532 100644
--- a/fv/drivers.pas
+++ b/fv/drivers.pas
@@ -1280,7 +1280,7 @@ const
VideoInitialized : boolean = false;
{---------------------------------------------------------------------------}
-{ InitKeyboard -> Platforms ALL - 07Nov06 DM }
+{ InitKeyboard -> Platforms ALL - 07May06 DM }
{---------------------------------------------------------------------------}
procedure initkeyboard;inline;
@@ -1290,7 +1290,7 @@ begin
end;
{---------------------------------------------------------------------------}
-{ DoneKeyboard -> Platforms ALL - 07Nov06 DM }
+{ DoneKeyboard -> Platforms ALL - 07May06 DM }
{---------------------------------------------------------------------------}
procedure donekeyboard;inline;