|
Last change
on this file since 132 was 127, checked in by RBRi, 19 years ago |
|
use constants for internal link handling
|
-
Property svn:eol-style
set to
native
|
|
File size:
457 bytes
|
| Rev | Line | |
|---|
| [127] | 1 | Unit 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 |
|
|---|
| 10 | Interface
|
|---|
| 11 |
|
|---|
| 12 | const
|
|---|
| 13 | PARAM_LINK_NOTE = 'note';
|
|---|
| 14 | PARAM_LINK_PROGRAM = 'program';
|
|---|
| 15 | PARAM_LINK_URL = 'url';
|
|---|
| 16 | PARAM_LINK_EXTERNAL = 'external';
|
|---|
| 17 |
|
|---|
| 18 | Implementation
|
|---|
| 19 |
|
|---|
| 20 | End.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.