[jbosstools-commits] JBoss Tools SVN: r17632 - trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/model.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 17 08:14:52 EDT 2009


Author: scabanovich
Date: 2009-09-17 08:14:52 -0400 (Thu, 17 Sep 2009)
New Revision: 17632

Modified:
   trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/model/SeamPagesPreference.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4896
https://jira.jboss.org/jira/browse/JBIDE-4885

Modified: trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/model/SeamPagesPreference.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/model/SeamPagesPreference.java	2009-09-17 12:11:40 UTC (rev 17631)
+++ trunk/seam/plugins/org.jboss.tools.seam.pages.xml/src/org/jboss/tools/seam/pages/xml/model/SeamPagesPreference.java	2009-09-17 12:14:52 UTC (rev 17632)
@@ -5,7 +5,7 @@
 import org.jboss.tools.jst.web.WebPreference;
 
 public class SeamPagesPreference extends WebPreference {
-	public static String SEAM_PAGES_EDITOR_PATH = "%Options%/Struts Studio/Editors/Seam Pages Diagram";
+	public static String SEAM_PAGES_EDITOR_PATH = Preference.EDITOR_PATH + "/Seam Pages Diagram";
 
 	public static final Preference ENABLE_CONTROL_MODE_ON_TRANSITION_COMPLETED = new SeamPagesPreference(SEAM_PAGES_EDITOR_PATH, "enableControlModeOnTransitionCompleted");
 	public static final Preference SHOW_SHORTCUT_ICON = new SeamPagesPreference(SEAM_PAGES_EDITOR_PATH, "showShortcutIcon");



More information about the jbosstools-commits mailing list