remove Workout, fold into EditCourses

This commit is contained in:
Chris Danford
2009-03-22 08:42:27 +00:00
parent 415e464926
commit ed75682b9f
48 changed files with 781 additions and 464 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ struct MenuRowDef
int iRowCode;
RString sName;
bool bEnabled;
MenuRowUpdateEnabled pfnEnabled; // if ! NULL, used to fill bEnabled
MenuRowUpdateEnabled pfnEnabled; // if ! NULL, used instead of bEnabled
EditMode emShowIn;
int iDefaultChoice;
vector<RString> choices;