update patch for openssl to 1.1.0h
[AROS-Contrib.git] / dopus / DOpus_Icon / iconstrings.h
blob88710eb89cdeee71a67a9584a29fd6c85f6fea28
1 /*
3 Directory Opus 4
4 Original GPL release version 4.12
5 Copyright 1993-2000 Jonathan Potter
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 All users of Directory Opus 4 (including versions distributed
22 under the GPL) are entitled to upgrade to the latest version of
23 Directory Opus version 5 at a reduced price. Please see
24 http://www.gpsoft.com.au for more information.
26 The release of Directory Opus 4 under the GPL in NO WAY affects
27 the existing commercial status of Directory Opus 5.
31 #ifndef ICON_STRINGS
32 #define ICON_STRINGS
34 enum {
35 STR_REMAP_COLORS,
36 STR_SAVE,
37 STR_SKIP,
38 STR_CANCEL,
39 STR_DELETE,
40 STR_NEW,
41 STR_TOOLTYPES,
42 STR_COMMENT,
43 STR_DEFAULT_TOOL,
44 STR_VALIDATING,
45 STR_WRITE_PROTECTED,
46 STR_READ_WRITE,
47 STR_SCRIPT,
48 STR_ARCHIVED,
49 STR_READABLE,
50 STR_WRITABLE,
51 STR_EXECUTABLE,
52 STR_DELETABLE,
53 STR_BLOCKS,
54 STR_USED,
55 STR_FREE,
56 STR_BLOCK_SIZE,
57 STR_CREATED,
58 STR_LAST_CHANGED,
59 STR_BYTES,
60 STR_STACK,
61 STR_DISK,
62 STR_DRAWER,
63 STR_TOOL,
64 STR_PROJECT,
65 STR_TRASH,
66 STR_DEVICE,
67 STR_KICK,
68 STR_APPICON,
69 STR_ICON,
71 STR_STRING_COUNT};
73 extern char **string_table;
75 #endif