source: trunk/NewView/NewViewConstantsUnit.pas@ 127

Last change on this file since 127 was 127, checked in by RBRi, 18 years ago

use constants for internal link handling

  • Property svn:eol-style set to native
File size: 457 bytes
Line 
1Unit NewViewConstantsUnit;
2
3// NewView - a new OS/2 Help Viewer
4// Copyright 2003 Aaron Lawrence (aaronl at consultant dot com)
5// Copyright 2007 Ronald Brill (rbri at rbri dot de)
6// This software is released under the Gnu Public License - see readme.txt
7
8// Common used constants for NewView
9
10Interface
11
12const
13 PARAM_LINK_NOTE = 'note';
14 PARAM_LINK_PROGRAM = 'program';
15 PARAM_LINK_URL = 'url';
16 PARAM_LINK_EXTERNAL = 'external';
17
18Implementation
19
20End.
Note: See TracBrowser for help on using the repository browser.