summaryrefslogtreecommitdiff
path: root/docview/src/NewViewConstantsUnit.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-30 16:20:20 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-30 16:20:20 +0200
commitf6acdce4c29e255aed2ae95728bbf8dc7271ce14 (patch)
treefd103ab577f0c8a4c0746fed31494481917dbdde /docview/src/NewViewConstantsUnit.pas
parent54361536c52009ffe82b94b1851005a0b76556f8 (diff)
downloadfpGUI-f6acdce4c29e255aed2ae95728bbf8dc7271ce14.tar.xz
docview: Adds annotation/notes support
Diffstat (limited to 'docview/src/NewViewConstantsUnit.pas')
-rw-r--r--docview/src/NewViewConstantsUnit.pas29
1 files changed, 19 insertions, 10 deletions
diff --git a/docview/src/NewViewConstantsUnit.pas b/docview/src/NewViewConstantsUnit.pas
index 4e191b15..2aed1cd0 100644
--- a/docview/src/NewViewConstantsUnit.pas
+++ b/docview/src/NewViewConstantsUnit.pas
@@ -1,15 +1,24 @@
-Unit NewViewConstantsUnit;
+{
+ fpGUI - Free Pascal GUI Toolkit
-{$mode objfpc}{$H+}
+ Copyright (C) 2006 - 2010 See the file AUTHORS.txt, included in this
+ distribution, for details of the copyright.
+
+ See the file COPYING.modifiedLGPL, included in this distribution,
+ for details about redistributing fpGUI.
-// NewView - a new OS/2 Help Viewer
-// Copyright 2003 Aaron Lawrence (aaronl at consultant dot com)
-// Copyright 2006-2009 Ronald Brill (rbri at rbri dot de)
-// This software is released under the Gnu Public License - see readme.txt
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-// Common used constants for NewView
+ Description:
+ Common used constants for DocView
+}
+unit NewViewConstantsUnit;
+
+{$mode objfpc}{$H+}
-Interface
+interface
const
PARAM_LINK_NOTE = 'note';
@@ -23,6 +32,6 @@ const
PRGM_FIREFOX = 'firefox';
-Implementation
+implementation
-End.
+end.