Update of /cvsroot/compbench/CompBenchmarks++/Qt-4/Plan
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18642
Modified Files:
PlanDefineBatch.cpp
Log Message:
Fixed : option group renaming.
Index: PlanDefineBatch.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Qt-4/Plan/PlanDefineBatch.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** PlanDefineBatch.cpp 13 Sep 2007 19:08:01 -0000 1.16
--- PlanDefineBatch.cpp 13 Sep 2007 19:13:31 -0000 1.17
***************
*** 441,444 ****
--- 441,450 ----
I->text(0));
break;
+ case PIOptions:
+ App->planOptionsRenamed(I->Nearest(PIPlanBatch)->Batch(),
+ I->Nearest(PIOptionSet)->OptionSet(),
+ I->OptionsGroup(),
+ I->text(0));
+ break;
default:
break;
|