[jbosstools-commits] JBoss Tools SVN: r17582 - trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 15 08:24:57 EDT 2009


Author: scabanovich
Date: 2009-09-15 08:24:57 -0400 (Tue, 15 Sep 2009)
New Revision: 17582

Modified:
   trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/StrutsPreference.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4885

Modified: trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/StrutsPreference.java
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/StrutsPreference.java	2009-09-15 12:20:28 UTC (rev 17581)
+++ trunk/struts/plugins/org.jboss.tools.struts/src/org/jboss/tools/struts/StrutsPreference.java	2009-09-15 12:24:57 UTC (rev 17582)
@@ -30,7 +30,7 @@
 
 	public static final Preference DEFAULT_STRUTS_IMPORT_SERVLET_VERSION  = new StrutsPreference(OPTIONS_IMPORT_PROJECT_PATH, "Servlet Version"); //$NON-NLS-1$
 
-	public static final String WEB_FLOW_DIAGRAM_PATH   = "%Options%/Struts Studio/Editors/Web Flow Diagram"; //$NON-NLS-1$
+	public static final String WEB_FLOW_DIAGRAM_PATH   = Preference.EDITOR_PATH + "/Web Flow Diagram"; //$NON-NLS-1$
 	public static final Preference REMOVE_PAGE_AND_FILE = new StrutsPreference(WEB_FLOW_DIAGRAM_PATH, "removePageWithFile"); //$NON-NLS-1$
 	public static final Preference DO_NOT_SHOW_DIAGRAM = new StrutsPreference(WEB_FLOW_DIAGRAM_PATH, "doNotShowDiagram"); //$NON-NLS-1$
 	public static final Preference ENABLE_CONTROL_MODE_ON_TRANSITION_COMPLETED = new StrutsPreference(WEB_FLOW_DIAGRAM_PATH, "enableControlModeOnTransitionCompleted"); //$NON-NLS-1$



More information about the jbosstools-commits mailing list