/* !DLibShell.c.Customise */

/* Your application's name */

#define APPNAME "DLibShell"
#define IBARNAME "!dlibshell"  /* Name of icon bar icon */


/* The current version of the application */

#define VERSION "0.70"


/* Main window menu. This can be overridden by using the Power Menus
system. For more information, see the AppHooks file */

#define WINMENU ">Save,Clear"


/* Default file name, and file type for save system */ 

#define DEFFILENAME "BlobFile"
#define FILETYPE 0x050
