diff options
author | Camil Staps | 2015-08-10 15:00:33 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-10 15:00:33 +0200 |
commit | 006b362416d7a03716677151c6575c7b1745957b (patch) | |
tree | 50f4a04d9a12829f62f607d3cf5fe91ba597df23 /objectio/support_button.icl | |
parent | ObjectIO tests (diff) |
Make target & variable names
Diffstat (limited to 'objectio/support_button.icl')
-rw-r--r-- | objectio/support_button.icl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/objectio/support_button.icl b/objectio/support_button.icl index 973cf72..04a71ce 100644 --- a/objectio/support_button.icl +++ b/objectio/support_button.icl @@ -17,11 +17,11 @@ Start world ButtonControl "Width" [ControlWidth (PixelWidth 250)] ] # controls = ListLS buttons -# hello = Dialog "Support - ButtonControl" controls [WindowClose (noLS closeProcess)] -= startIO NDI Void (initialise hello) [] world +# dialog = Dialog "Support - ButtonControl" 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 |