Changeset 440 for gssim_ui/branches
- Timestamp:
- 08/30/12 15:29:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/workload/MainMenu.mxml
r438 r440 67 67 if ((parent.parent.parent as WorkloadEditor).validateWorkload()) 68 68 { 69 parentApplication.service.generateWorkload(WorkloadEditor.workload.getXML(false) );69 parentApplication.service.generateWorkload(WorkloadEditor.workload.getXML(false).toXMLString()); 70 70 } 71 71 else
Note: See TracChangeset
for help on using the changeset viewer.