summaryrefslogtreecommitdiff
path: root/basctl/sdi
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-01-09 15:06:35 +0000
committerNoel Power <noel.power@novell.com>2012-01-10 10:08:44 +0000
commit6639eb9c306cd59482f259330258caea84239fc1 (patch)
tree02c67eef13f9970f500d293eccbd2d84e08c9293 /basctl/sdi
parent2af8b95af8730fc68ad6fcd3eaab38a799eef580 (diff)
Revert "remove duplicated images for basic dialog form controls ( & misc tidyup )"
Diffstat (limited to 'basctl/sdi')
-rw-r--r--basctl/sdi/baside.sdi14
1 files changed, 7 insertions, 7 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi
index 2f03ddee0e5e..de6160125a3d 100644
--- a/basctl/sdi/baside.sdi
+++ b/basctl/sdi/baside.sdi
@@ -471,43 +471,43 @@ shell BasicIDEShell
StateMethod = GetState;
]
- SID_INSERT_FORM_RADIO
+ SID_INSERT_RADIO
[
ExecMethod = ExecuteDialog;
StateMethod = GetState;
]
- SID_INSERT_FORM_CHECK
+ SID_INSERT_CHECK
[
ExecMethod = ExecuteDialog;
StateMethod = GetState;
]
- SID_INSERT_FORM_LIST
+ SID_INSERT_LIST
[
ExecMethod = ExecuteDialog;
StateMethod = GetState;
]
- SID_INSERT_FORM_COMBO
+ SID_INSERT_COMBO
[
ExecMethod = ExecuteDialog;
StateMethod = GetState;
]
- SID_INSERT_FORM_VSCROLL
+ SID_INSERT_VSCROLL
[
ExecMethod = ExecuteDialog;
StateMethod = GetState;
]
- SID_INSERT_FORM_HSCROLL
+ SID_INSERT_HSCROLL
[
ExecMethod = ExecuteDialog;
StateMethod = GetState;
]
- SID_INSERT_FORM_SPIN
+ SID_INSERT_SPIN
[
ExecMethod = ExecuteDialog;
StateMethod = GetState;