diff -r b58b1294947a -r 1ea875759131 stif/ConsoleUI/inc/ConsoleMenus.h --- a/stif/ConsoleUI/inc/ConsoleMenus.h Mon Jun 21 22:45:06 2010 +0100 +++ b/stif/ConsoleUI/inc/ConsoleMenus.h Thu Jul 22 16:50:07 2010 +0100 @@ -1246,6 +1246,7 @@ _LIT( KSetLoad, "Load test set" ); _LIT( KSetShow, "Show started test sets" ); +_LIT( KSetUnload, "Unload test set" ); _LIT( KSetRemove, "Remove test set" ); _LIT( KSetCaseAdd, "Add test case to test set" ); _LIT( KSetCaseRemove, "Remove test case from test set" ); @@ -1281,6 +1282,7 @@ ESetStartPar, //ESetStartRep, + ESetUnload, ESetRemove, ESetSave, ESetCaseAdd,