Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv6810
Modified Files:
commands.cpp
Log Message:
send a message, when python script reload finished
Index: commands.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/commands.cpp,v
retrieving revision 1.213
retrieving revision 1.214
diff -C2 -d -r1.213 -r1.214
*** commands.cpp 22 Jan 2004 03:57:26 -0000 1.213
--- commands.cpp 22 Jan 2004 04:39:18 -0000 1.214
***************
*** 891,894 ****
--- 891,895 ----
ScriptManager::instance()->reload();
ContextMenus::instance()->reload();
+ Console::instance()->send( "Python scripts reloaded\n" );
}
if( subCommand == "scripts" )
|