From ffbd3846d40eaf3dc8e8fa37e57d48ff7da88a5b Mon Sep 17 00:00:00 2001 From: Noel Power Date: Fri, 6 Jan 2012 09:43:42 +0000 Subject: some misc tidyup ( that was reverted ) some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here --- basctl/sdi/baside.sdi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'basctl/sdi') diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi index de6160125a3d..2f03ddee0e5e 100644 --- a/basctl/sdi/baside.sdi +++ b/basctl/sdi/baside.sdi @@ -471,43 +471,43 @@ shell BasicIDEShell StateMethod = GetState; ] - SID_INSERT_RADIO + SID_INSERT_FORM_RADIO [ ExecMethod = ExecuteDialog; StateMethod = GetState; ] - SID_INSERT_CHECK + SID_INSERT_FORM_CHECK [ ExecMethod = ExecuteDialog; StateMethod = GetState; ] - SID_INSERT_LIST + SID_INSERT_FORM_LIST [ ExecMethod = ExecuteDialog; StateMethod = GetState; ] - SID_INSERT_COMBO + SID_INSERT_FORM_COMBO [ ExecMethod = ExecuteDialog; StateMethod = GetState; ] - SID_INSERT_VSCROLL + SID_INSERT_FORM_VSCROLL [ ExecMethod = ExecuteDialog; StateMethod = GetState; ] - SID_INSERT_HSCROLL + SID_INSERT_FORM_HSCROLL [ ExecMethod = ExecuteDialog; StateMethod = GetState; ] - SID_INSERT_SPIN + SID_INSERT_FORM_SPIN [ ExecMethod = ExecuteDialog; StateMethod = GetState; -- cgit