summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-10-23 12:09:21 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-10-23 12:09:21 +0000
commitd2d93b2351dbe8db77657e672bcd90f05fbc7088 (patch)
treeaa8b1b1be8a83fb61dd6c26b60e905c7326e7b14
parentf2938636d4f89bb5493aebfcb49f61b085d113ec (diff)
#95411# CreateFolder Routine improved
-rw-r--r--wizards/source/tools/UCB.xba4
1 files changed, 3 insertions, 1 deletions
diff --git a/wizards/source/tools/UCB.xba b/wizards/source/tools/UCB.xba
index 369abb9d8d5b..b6018339e799 100644
--- a/wizards/source/tools/UCB.xba
+++ b/wizards/source/tools/UCB.xba
@@ -264,10 +264,12 @@ NOSPACEONDRIVE:
If Err &lt;&gt; 0 Then
If InitResources(&quot;&quot;, &quot;com&quot;) Then
ErrMsg = GetResText(1000)
+ ErrMsg = ReplaceString(ErrMsg, chr(13), &quot;&lt;BR&gt;&quot;)
+ ErrMsg = ReplaceString(ErrMsg, sNewFolder, &quot;%1&quot;)
Msgbox(ErrMsg, 48, GetProductName())
End If
CreateFolder = False
Resume GOON
End If
GOON:
-End Function</script:module>
+End Function</script:module> \ No newline at end of file