Author: scabanovich
Date: 2009-09-15 08:14:54 -0400 (Tue, 15 Sep 2009)
New Revision: 17579
Modified:
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4885
Modified:
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java
===================================================================
---
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java 2009-09-15
12:14:21 UTC (rev 17578)
+++
trunk/struts/plugins/org.jboss.tools.struts.ui/src/org/jboss/tools/struts/ui/preferences/WebFlowTabbedPreferencesPage.java 2009-09-15
12:14:54 UTC (rev 17579)
@@ -10,6 +10,7 @@
******************************************************************************/
package org.jboss.tools.struts.ui.preferences;
+import org.jboss.tools.common.model.options.Preference;
import org.jboss.tools.common.model.ui.preferences.*;
import org.eclipse.ui.*;
import org.jboss.tools.common.meta.constraint.impl.XAttributeConstraintAList;
@@ -18,7 +19,7 @@
import org.jboss.tools.struts.ui.StrutsUIPlugin;
public class WebFlowTabbedPreferencesPage extends TabbedPreferencesPage implements
IWorkbenchPreferencePage {
- public static String STRUTS_EDITOR_PATH = "%Options%/Struts Studio/Editors/Web Flow
Diagram";
+ public static String STRUTS_EDITOR_PATH = Preference.EDITOR_PATH + "/Web Flow
Diagram";
public static String ADD_PAGE_PATH = StrutsPreference.ADD_PAGE_PATH;
public WebFlowTabbedPreferencesPage() {