Add drop-down menu item that shows up when we are in replay mode for the regression testing window
This commit is contained in:
@ -111,6 +111,7 @@ namespace EduNetworkBuilder
|
||||
}
|
||||
if(mode == LBContents.regressiontest)
|
||||
{
|
||||
MyMode = LBContents.regressiontest;
|
||||
//Regression testing. Similar to listing all the puzzles.
|
||||
Text = NB.Translate("LBW_Regression_Testing"); //Regression Testing
|
||||
//
|
||||
|
Reference in New Issue
Block a user