提交 a588fe90 编写于 作者: S Serge Rider

#6497 About box: make version selectable


Former-commit-id: 4e6f8d8b
上级 8f87a193
......@@ -158,7 +158,8 @@ public class AboutBoxDialog extends InformationDialog
imageLabel.setLayoutData(gd);
imageLabel.setImage(ABOUT_IMAGE);
Label versionLabel = new Label(group, SWT.NONE);
Text versionLabel = new Text(group, SWT.NONE);
versionLabel.setEditable(false);
versionLabel.setBackground(background);
versionLabel.setText(CoreMessages.dialog_about_label_version + GeneralUtils.getProductVersion().toString());
gd = new GridData(GridData.FILL_HORIZONTAL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册