diff options
Diffstat (limited to 'objectio/support_edit.icl')
-rw-r--r-- | objectio/support_edit.icl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/objectio/support_edit.icl b/objectio/support_edit.icl index a7f23ce..144e81b 100644 --- a/objectio/support_edit.icl +++ b/objectio/support_edit.icl @@ -18,11 +18,11 @@ Start world EditControl "Tip" w 3 [ControlTip "Some tip"] ] # controls = ListLS edits -# hello = Dialog "Support - EditControl" controls [WindowClose (noLS closeProcess)] -= startIO NDI Void (initialise hello) [] world +# dialog = Dialog "Support - EditControl" controls [WindowClose (noLS closeProcess)] += startIO NDI Void (initialise dialog) [] world where - initialise hello pst - # (error,pst) = openDialog 0 hello pst + initialise dialog pst + # (error,pst) = openDialog 0 dialog pst | error <> NoError = closeProcess pst | otherwise = pst |