diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2009-11-21 17:10:19 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2009-11-21 17:10:19 +0200 |
commit | 76c91c9753c948da37a43ace9ba20ee6500c6e2a (patch) | |
tree | 72a15be9b1eee887cf9f9f2f239f7cbc04779652 /src/dvconstants.pas | |
parent | 2865cd142b35616fa887ae48e28b11dda9386fcf (diff) | |
download | fpGUI-76c91c9753c948da37a43ace9ba20ee6500c6e2a.tar.xz |
Implement correct handling of MRU files
* Menu is now correctly populated
* Menu items are now the Titles of the INF or HLP files
* Multile files opened at once are saved correctly.
Diffstat (limited to 'src/dvconstants.pas')
-rw-r--r-- | src/dvconstants.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dvconstants.pas b/src/dvconstants.pas index ae8b414d..ff84376d 100644 --- a/src/dvconstants.pas +++ b/src/dvconstants.pas @@ -1,4 +1,4 @@ -unit dvconstants; +unit dvConstants; {$mode objfpc}{$H+} |