[wpdev-commits] wolfpack ChangeLog,1.32,1.33 contextmenu.cpp,1.23,1.24
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-09-05 21:54:19
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11750 Modified Files: ChangeLog contextmenu.cpp Log Message: Fix Index: contextmenu.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/contextmenu.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** contextmenu.cpp 10 Aug 2004 03:15:56 -0000 1.23 --- contextmenu.cpp 5 Sep 2004 21:54:07 -0000 1.24 *************** *** 42,46 **** QString TagName = Tag->name(); ! if ( TagName == "events" ) { scripts_ = Tag->value(); --- 42,46 ---- QString TagName = Tag->name(); ! if ( TagName == "scripts" ) { scripts_ = Tag->value(); Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** ChangeLog 5 Sep 2004 17:43:51 -0000 1.32 --- ChangeLog 5 Sep 2004 21:54:07 -0000 1.33 *************** *** 16,19 **** --- 16,20 ---- accessed via the methods getstrproperty, getintproperty, hasstrproperty, hasintproperty from items and chars. + - Fixed contextmenus to use <scripts></scripts>, this was missed. Wolfpack 12.9.9 Beta (4. September 2004) |