source: branches/2.20_branch/NewView/NewViewConstantsUnit.pas@ 487

Last change on this file since 487 was 350, checked in by RBRi, 16 years ago

copyright change

  • Property svn:eol-style set to native
File size: 596 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 2006-2009 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
18 PRGM_EXPLORER = 'explore'; // web explorer
19 PRGM_NETSCAPE = 'netscape';
20 PRGM_MOZILLA = 'mozilla';
21 PRGM_FIREFOX = 'firefox';
22
23
24Implementation
25
26End.
Note: See TracBrowser for help on using the repository browser.