Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

resource.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           resource.h  -  description
00003                              -------------------
00004     begin                : Mon Jul 24 22:33:12 MDT 2000
00005     copyright            : (C) 2000 -2004 by llornkcor
00006     email                : ljp@llornkcor.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 #ifndef RESOURCE_H
00018 #define RESOURCE_H
00019 
00020 #ifdef HAVE_CONFIG_H
00021 #include <config.h>
00022 #endif
00023 
00024 //#define NO_DEBUG
00026 // File-menu entries
00027 #define ID_FILE_NEW                 10020
00028 #define ID_FILE_OPEN                10030
00029 
00030 #define ID_FILE_SAVE                10050
00031 #define ID_FILE_SAVE_AS             10060
00032 #define ID_FILE_CLOSE               10070
00033 
00034 #define ID_FILE_PRINT               10080
00035 
00036 #define ID_FILE_QUIT                10100
00037 
00038 
00040 // Edit-menu entries
00041 #define ID_EDIT_UNDO                11010
00042 #define ID_EDIT_REDO                11020
00043 #define ID_EDIT_COPY                11030
00044 #define ID_EDIT_CUT                 11040
00045 #define ID_EDIT_PASTE               11050
00046 #define ID_EDIT_SELECT_ALL          11060
00047 
00048 
00050 // View-menu entries                    
00051 #define ID_VIEW_TOOLBAR             12010
00052 #define ID_VIEW_STATUSBAR           12020
00053 
00055 // Help-menu entries
00056 #define ID_HELP_ABOUT               1002
00057 
00058 
00060 // General application values
00061 #define VERSION                     "0.8.0"
00062 #define METAL     13030
00063 
00064 #if defined(_WS_X11_)
00065 #define IDS_APP_ABOUT               "linuxgutenbrowser\n " VERSION  "\n(w) 2001 -2004 by llornkcor"
00066 #endif
00067 #if defined(_WS_WIN_)
00068 #define IDS_APP_ABOUT               "winuxgutenbrowser\n " VERSION  "\n(w) 2001 -2004 by llornkcor"
00069 #endif
00070 //#define IDS_STATUS_DEFAULT          "resistence is futile, prepare to be assimilated..."
00071 #define IDS_STATUS_DEFAULT          ">>>=====>    gutenbrowser    <=====<<<"
00072 
00073 #endif // RESOURCE_H

Generated on Sat Nov 5 16:16:41 2005 for OPIE by  doxygen 1.4.2