From 0b809c979c773109ff09edd44618e38a4fb6ca50 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 10 Aug 2015 15:00:33 +0200 Subject: Make target & variable names --- support_button.icl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'support_button.icl') diff --git a/support_button.icl b/support_button.icl index 973cf72..04a71ce 100644 --- a/support_button.icl +++ b/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 -- cgit v1.2.3