summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/resource.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/resource.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/resource.h73
1 files changed, 73 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/resource.h b/noncore/apps/opie-gutenbrowser/resource.h
new file mode 100644
index 0000000..e335f85
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/resource.h
@@ -0,0 +1,73 @@
1/***************************************************************************
2 resource.h - description
3 -------------------
4 begin : Mon Jul 24 22:33:12 MDT 2000
5 copyright : (C) 2000 -2004 by llornkcor
6 email : ljp@llornkcor.com
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17#ifndef RESOURCE_H
18#define RESOURCE_H
19
20#ifdef HAVE_CONFIG_H
21#include <config.h>
22#endif
23
24//#define NO_DEBUG
25///////////////////////////////////////////////////////////////////
26// File-menu entries
27#define ID_FILE_NEW 10020
28#define ID_FILE_OPEN 10030
29
30#define ID_FILE_SAVE 10050
31#define ID_FILE_SAVE_AS 10060
32#define ID_FILE_CLOSE 10070
33
34#define ID_FILE_PRINT 10080
35
36#define ID_FILE_QUIT 10100
37
38
39///////////////////////////////////////////////////////////////////
40// Edit-menu entries
41#define ID_EDIT_UNDO 11010
42#define ID_EDIT_REDO 11020
43#define ID_EDIT_COPY 11030
44#define ID_EDIT_CUT 11040
45#define ID_EDIT_PASTE 11050
46#define ID_EDIT_SELECT_ALL 11060
47
48
49///////////////////////////////////////////////////////////////////
50// View-menu entries
51#define ID_VIEW_TOOLBAR 12010
52#define ID_VIEW_STATUSBAR 12020
53
54///////////////////////////////////////////////////////////////////
55// Help-menu entries
56#define ID_HELP_ABOUT 1002
57
58
59///////////////////////////////////////////////////////////////////
60// General application values
61#define VERSION "0.8.0"
62#define METAL 13030
63
64#if defined(_WS_X11_)
65#define IDS_APP_ABOUT "linuxgutenbrowser\n " VERSION "\n(w) 2001 -2004 by llornkcor"
66#endif
67#if defined(_WS_WIN_)
68#define IDS_APP_ABOUT "winuxgutenbrowser\n " VERSION "\n(w) 2001 -2004 by llornkcor"
69#endif
70//#define IDS_STATUS_DEFAULT "resistence is futile, prepare to be assimilated..."
71#define IDS_STATUS_DEFAULT ">>>=====> gutenbrowser <=====<<<"
72
73#endif // RESOURCE_H