diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-19 23:56:40 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-19 23:56:40 +0000 |
commit | da84dca6ec48d25c0b35593e9aebf8b2e9de11c4 (patch) | |
tree | 610ad3bab54a86f129fafc7f525c6d44caaa9670 | |
parent | eb69e35c4c633128d1f65709cae7c284ad44f1b7 (diff) | |
download | fpGUI-da84dca6ec48d25c0b35593e9aebf8b2e9de11c4.tar.xz |
docview todo item already implemented.
-rw-r--r-- | docview/src/HelpFile.pas | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docview/src/HelpFile.pas b/docview/src/HelpFile.pas index dfe4ac9f..cc4657d9 100644 --- a/docview/src/HelpFile.pas +++ b/docview/src/HelpFile.pas @@ -197,9 +197,6 @@ uses ,ACLStringUtility ; -// Load "missing" bitmap -{ TODO -oGraeme -cbitmap : Create and load a "missing image" image } -{.$R Images} const FileErrorNotFound = 'File not found '; |