summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 11:28:54 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 11:28:54 +0000
commit53b3f03caeab8342776b74044042efe896cfb8e9 (patch)
tree821d20fe2aa483bb2b692e37f0bfd0aef1dd3f5d /wizards
parent6741b59fdcb409449ab73e21278e21044bccc118 (diff)
INTEGRATION: CWS pathoptions01 (1.12.30); FILE MERGED
2006/06/29 14:12:19 tv 1.12.30.1: #i34105# Paths are now being retrieved using the new PathSettings service
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Startup.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.java b/wizards/com/sun/star/wizards/web/WWD_Startup.java
index fa8797789..a0e1df6ef 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.java
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.java
@@ -4,9 +4,9 @@
*
* $RCSfile: WWD_Startup.java,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 13:43:39 $
+ * last change: $Author: obo $ $Date: 2006-07-13 12:28:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -262,7 +262,7 @@ public abstract class WWD_Startup extends WWD_General{
proxies = getOOProxies();
- String soTemplateDir = FileAccess.getOfficePath(xmsf, "Template", "share");
+ String soTemplateDir = FileAccess.getOfficePath(xmsf, "Template", "share", "/wizard");
String exclamationURL = FileAccess.connectURLs( soTemplateDir, "wizard/bitmap/caution_16.png");
this.drawNaviBar();