home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1997-2004 Andrei Los.
- * This file is part of the lSwitcher source package.
- * lSwitcher is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published
- * by the Free Software Foundation, in version 2 as it comes in the
- * "COPYING" file of the lSwitcher main distribution.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
- #ifndef MSG_H_INCLUDED
- #define MSG_H_INCLUDED
-
- #define MAXERRMSGLEN 256
-
- #define MSG_LOADED 301
- #define MSG_CANTOPEN 302
- #define MSG_ERROR 303
- #define MSG_CANTSAVE 304
- #define MSG_WRONGVER 305
- #define MSG_CANTFINDOPEN 306
- #define MSG_CANTEXECUTE 307
- #define MSG_CANTKILL 308
- #define MSG_KILLQUERY 309
- #define MSG_CANCEL 310
- #define MSG_FOLDERS 311
-
- #endif
-