commit | f448b923eba20e980631ea18627a439c78e9d114 | [log] [tgz] |
---|---|---|
author | kfukuda <kfukuda> | Tue Sep 25 17:05:59 2012 +0000 |
committer | kfukuda <kfukuda> | Tue Sep 25 17:05:59 2012 +0000 |
tree | ece10e4d5c76f2d28cb35c0898722ee65519242f | |
parent | 215b1131b05edebcad47ad65ea407b8e60248eb7 [diff] |
[309606] Develop Script Editor
diff --git a/plugins/org.eclipse.actf.examples.scripteditor/src/org/eclipse/actf/ai/internal/ui/scripteditor/EditPanelTab.java b/plugins/org.eclipse.actf.examples.scripteditor/src/org/eclipse/actf/ai/internal/ui/scripteditor/EditPanelTab.java index a68e44c..4acfb4f 100644 --- a/plugins/org.eclipse.actf.examples.scripteditor/src/org/eclipse/actf/ai/internal/ui/scripteditor/EditPanelTab.java +++ b/plugins/org.eclipse.actf.examples.scripteditor/src/org/eclipse/actf/ai/internal/ui/scripteditor/EditPanelTab.java
@@ -474,7 +474,7 @@ FormData comboLangLData = new FormData(); comboLangLData.left = new FormAttachment(0, 1000, 501); comboLangLData.top = new FormAttachment(labelLang, 2); - comboLang = new Combo(ownComposite, SWT.DROP_DOWN); + comboLang = new Combo(ownComposite, SWT.DROP_DOWN|SWT.READ_ONLY); comboLang.setLayoutData(comboLangLData); comboLang.setItems(langList); if (Locale.getDefault().toString().startsWith("ja")) {