Mon Feb 20 21:49:52 MSK 2006 george@arnor.homeunix.org * Makefile XOrg7 adaptation Mon Feb 20 20:17:45 MSK 2006 george@arnor.homeunix.org * Eliminating GX* and zero linewidth Tue Dec 20 13:54:19 MSK 2005 george@arnor.homeunix.org * -I/usr/X11R6/include/X11 Tue Dec 20 12:57:10 MSK 2005 george@arnor.homeunix.org * Remove unused libraries Tue Dec 20 12:04:31 MSK 2005 george@arnor.homeunix.org * Eliminate fake image creations Tue Dec 20 11:52:37 MSK 2005 george@arnor.homeunix.org * Unhack BSD sspecifics Tue Dec 20 11:37:56 MSK 2005 george@arnor.homeunix.org * patch-xmrm* Tue Dec 20 11:37:18 MSK 2005 george@arnor.homeunix.org * patch-io.cc Tue Dec 20 11:37:06 MSK 2005 george@arnor.homeunix.org * patch-const.h Tue Dec 20 11:36:54 MSK 2005 george@arnor.homeunix.org * patch-af Tue Dec 20 11:36:45 MSK 2005 george@arnor.homeunix.org * patch-ad Tue Dec 20 11:36:22 MSK 2005 george@arnor.homeunix.org * patch-Makefile --- old-xmrm/xmrm_main.cc 2006-02-20 21:51:50 +0300 +++ new-xmrm/xmrm_main.cc 2006-02-20 21:51:50 +0300 @@ -6,7 +6,6 @@ #include #include #include -#include //**************** #include "xmrm.h" #include "io.h" #include "const.h" @@ -115,7 +114,7 @@ // CREDITS_post_handler int CREDITS_post_handler(FL_OBJECT *ob, int event, FL_Coord mx, FL_Coord my, int key, void *xev) { - char s[] = "Starts NETSCAPE !"; + char s[] = BROWSER_MSG; if (ob == fd_CREDITS->BT_Drop) { @@ -170,10 +169,11 @@ s="Morph Source Image into Destination Image according to your settings !"; else if (ob == fd_MRM->BT_Drop) { - s = "Click this pixmap to start Netscape and visit the Institute of Computer Graphics !"; + s = "Click this pixmap to visit the Institute of Computer Graphics !"; if (event == FL_ENTER) { - fl_show_oneliner("Starts NETSCAPE !", ob->form->x + ob->x, ob->form->y + ob->y + ob->h + 1); + fl_show_oneliner("Visit Institute of Computer Graphics", ob->form->x + ob->x, ob->form->y + ob->y + ob->h + 1); + fl_set_pixmapbutton_pixmap(ob, xpm_drop_shadow, 0); fl_redraw_object(ob); } @@ -308,7 +308,7 @@ control.debug = 0; /* Init control: */ - control.ControlClass(); // call constructor + control.ControlClassInit(); // call constructor temp = control.URL_manual; while( (c=getopt(argc, argv, "hdm:p:")) != -1)