[jbosstools-commits] JBoss Tools SVN: r17581 - trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/preferences.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 15 08:20:28 EDT 2009


Author: scabanovich
Date: 2009-09-15 08:20:28 -0400 (Tue, 15 Sep 2009)
New Revision: 17581

Modified:
   trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/preferences/TilesEditorTabbedPreferencesPage.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4885

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/preferences/TilesEditorTabbedPreferencesPage.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/preferences/TilesEditorTabbedPreferencesPage.java	2009-09-15 12:18:30 UTC (rev 17580)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/preferences/TilesEditorTabbedPreferencesPage.java	2009-09-15 12:20:28 UTC (rev 17581)
@@ -17,10 +17,11 @@
 
 import org.jboss.tools.common.model.XModel;
 import org.jboss.tools.common.model.XModelObject;
+import org.jboss.tools.common.model.options.Preference;
 import org.jboss.tools.common.model.plugin.ModelPlugin;
 
 public class TilesEditorTabbedPreferencesPage extends TabbedPreferencesPage implements IWorkbenchPreferencePage {
-	public static String TILES_EDITOR_PATH = "%Options%/Struts Studio/Editors/Tiles Diagram"; //$NON-NLS-1$
+	public static String TILES_EDITOR_PATH = Preference.EDITOR_PATH + "/Tiles Diagram"; //$NON-NLS-1$
 	
 	public TilesEditorTabbedPreferencesPage() {
 		XModel model = getPreferenceModel();		



More information about the jbosstools-commits mailing list