From: Gonzalo A. <ga...@us...> - 2006-08-22 20:45:28
|
Update of /cvsroot/mod-c/ehtml/samples In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4304 Modified Files: 01basic.cpp Log Message: Removed silly again. Index: 01basic.cpp =================================================================== RCS file: /cvsroot/mod-c/ehtml/samples/01basic.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 01basic.cpp 22 Aug 2006 19:49:25 -0000 1.2 --- 01basic.cpp 22 Aug 2006 20:45:23 -0000 1.3 *************** *** 10,17 **** EHTMLApplication ap(rc); Page p; ! Label l("Hello World, again."); time_t now = time(NULL); Label l2(ctime(&now)); ! p.SetTitle("Hello World, again."); p.Add(&l); p.Add(&l2); --- 10,17 ---- EHTMLApplication ap(rc); Page p; ! Label l("Hello World."); time_t now = time(NULL); Label l2(ctime(&now)); ! p.SetTitle("Hello World."); p.Add(&l); p.Add(&l2); |