Enlightenment CVS committal Author : fletch3k Project : misc Module : enotes
Dir : misc/enotes/src Modified Files: main.h notenum.c Log Message: Another bug fixed. =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/main.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- main.h 6 Feb 2003 17:52:30 -0000 1.4 +++ main.h 6 Feb 2003 20:53:40 -0000 1.5 @@ -12,8 +12,11 @@ #define str_size 50 #define version "pre 0.1\n" -#define usage "Usage:\n\ - enotes [options]\n\ +#define usage "E-Notes Usage:\n\ + enotes [options] [command]\n\ + enotes [command] [options]\n\ + enotes [options]\n\ + enotes\n\n\ Commands:\n\ POSIX GNU Description\n\ -o --first Display First Note.\n\ @@ -46,7 +49,26 @@ --nubtn <b> Use a different image for\n\ the Number Button.\n\ --newbtn <b> Use a different image for\n\ - the new entry button.\n" + the new entry button.\n\n\ + E-Notes can be run with or without both\n\ + options and commands. If you run it with\n\ + neither it will simply open E-Notes at the\n\ + title window, and you will be given\n\ + instructions on how to access the menu and\n\ + use it from there. Unless the theme doesn't\n\ + contain the instructions, the default themes do.\n\ + If you run it without options it will get its\n\ + settings from either the configuration file or\n\ + the default settings which are built in to E-Notes.\n\n\ + If you run it with commands however, it will\n\ + just execute that one command, but the window that\n\ + comes up, will have the menu on it, so you can easily\n\ + use enotes from there also. How you run E-Notes is\n\ + up to you of course, so configure it and run it to\n\ + suite your personal needs.\n\n\ +Please Enjoy E-Notes :-)\n\ +Thomas Fletcher.\n\n\ +Any Bugs, Please E-Mail to [EMAIL PROTECTED] .\n" extern char *tmp; extern char *str; =================================================================== RCS file: /cvsroot/enlightenment/misc/enotes/src/notenum.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- notenum.c 6 Feb 2003 17:52:31 -0000 1.4 +++ notenum.c 6 Feb 2003 20:53:41 -0000 1.5 @@ -73,7 +73,7 @@ exitbtn=evas_object_image_add (root->evas); evas_object_image_file_set (exitbtn, xbtnfn, NULL); - evas_object_image_fill_set (exitbtn, 0, 0, 20, 20); + evas_object_image_fill_set (exitbtn, 0, 0, 15, 15); evas_object_move (exitbtn, w-15, 0); evas_object_resize (exitbtn, 15, 15); evas_object_layer_set (exitbtn, 3); ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs