[Libufo-commits] ufo-0.5/test xul.cpp,1.2,1.3
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-09-02 13:29:15
|
Update of /cvsroot/libufo/ufo-0.5/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14212/test Modified Files: xul.cpp Log Message: Index: xul.cpp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/test/xul.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xul.cpp 23 Jun 2005 13:33:52 -0000 1.2 --- xul.cpp 2 Sep 2005 13:29:06 -0000 1.3 *************** *** 33,37 **** UXFrame * frame = uxul.createFrame(); if (!frame) { ! std::cerr << "Whoo, error reading XUL file: gui.xul\n"; return -1; } --- 33,38 ---- UXFrame * frame = uxul.createFrame(); if (!frame) { ! std::cerr << "Please ensure that you have gui.xul " ! << "in the current directory\n"; return -1; } |