Author: sdzmitrovich
Date: 2009-01-14 12:30:07 -0500 (Wed, 14 Jan 2009)
New Revision: 13042
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeFunctionHref.java
Log:
correct path for windows
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeFunctionHref.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeFunctionHref.java 2009-01-14
17:04:31 UTC (rev 13041)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/expression/VpeFunctionHref.java 2009-01-14
17:30:07 UTC (rev 13042)
@@ -73,7 +73,7 @@
}
if (imgPath != null && imgPath.toFile().exists()) {
- return new VpeValue(getPrefix() + imgPath.toOSString());
+ return new VpeValue(getPrefix() + imgPath.toString());
}
return new VpeValue(getUnresolved());
Show replies by date