浏览代码

#821: Fixed link to preference sub page.

Thomas Kutz 9 年之前
父节点
当前提交
7ed78d64a9

+ 1 - 1
plugins/org.yakindu.sct.examples.wizard/src/org/yakindu/sct/examples/wizard/pages/MessageArea.java

@@ -36,7 +36,7 @@ import org.eclipse.ui.dialogs.PreferencesUtil;
 public class MessageArea extends Composite {
 
 	private static final String DOWNLOAD_LINK = "http://www.statecharts.org/examples.html";
-	protected static final String PREF_PAGE_ID = "org.yakindu.sct.ui.preferences.root";
+	protected static final String PREF_PAGE_ID = "com.yakindu.sct.examples";
 	protected static final String DISPLAY_ID = "com.yakindu.sct.examples";
 	private Label imageLabel;
 	private Link textLabel;