summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-10-29 10:23:42 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-10-29 10:23:42 +0000
commitb995d5c12292edb8bc9e8f5b9ee655a952fda865 (patch)
treed196724e1088acb8b5466a7ec7116f8eb9c16cf8 /wizards/source
parent2fa20cf9598bb0ee1c7fa67de8194273306b7943 (diff)
#96771# Bitmapfilename adapted to ".gif"
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/schedule/Language.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/schedule/Language.xba b/wizards/source/schedule/Language.xba
index f4fd5e2ee709..5ac0d8267e90 100644
--- a/wizards/source/schedule/Language.xba
+++ b/wizards/source/schedule/Language.xba
@@ -62,7 +62,7 @@ Const dlgShortMonth = 1225
.cmdGoOn.Label = GetResText(1004)
.lblHolidays.Label = GetResText(1014)
sBitmapFilename = GetResText(1099)
-&apos; sBitmapFilename = &quot;china.bmp&quot;
+ sBitmapFilename = ReplaceString(sBitmapFileName, &quot;.gif&quot;, &quot;.bmp&quot;)
DlgCalModel.hlnCalendar.Label = GetResText(1006)
.optYear.Label = GetResText(1007)
.optMonth.Label = GetResText(1008)