[wpdev-commits] wolfpack basechar.cpp,1.149,1.150
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-09-26 00:22:05
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8183 Modified Files: basechar.cpp Log Message: - few updated clilocs - commited our own version of lupdate that parses XML and Python scripts Index: basechar.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/basechar.cpp,v retrieving revision 1.149 retrieving revision 1.150 diff -C2 -d -r1.149 -r1.150 *** basechar.cpp 20 Sep 2004 00:24:28 -0000 1.149 --- basechar.cpp 26 Sep 2004 00:21:53 -0000 1.150 *************** *** 1433,1437 **** if ( atLayer( layer ) != 0 ) { ! log( LOG_ERROR, QString( "Trying to put item 0x%1 on layer %2 which is already occupied.\n" ).arg( pi->serial(), 0, 16 ).arg( layer ) ); pi->container_ = 0; pi->moveTo( pos_, true ); --- 1433,1437 ---- if ( atLayer( layer ) != 0 ) { ! log( LOG_ERROR, tr( "Trying to put item 0x%1 on layer %2 which is already occupied.\n" ).arg( pi->serial(), 0, 16 ).arg( layer ) ); pi->container_ = 0; pi->moveTo( pos_, true ); |