summaryrefslogtreecommitdiff
path: root/wizards/source/schedule
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-28 14:57:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-28 14:57:48 +0000
commit1d44016988dd18ffaefe4fb93daf58ac8a68edef (patch)
tree47e136526bf5854ebfc464b70e56cc356f15f947 /wizards/source/schedule
parentfc5fe4c1e7d2ad33ab2d9276e88525e32907c587 (diff)
INTEGRATION: CWS extras16 (1.25.96); FILE MERGED
2005/01/10 10:59:50 ih 1.25.96.1: #i34961# corrected fonts
Diffstat (limited to 'wizards/source/schedule')
-rw-r--r--wizards/source/schedule/CalendarMain.xba16
1 files changed, 8 insertions, 8 deletions
diff --git a/wizards/source/schedule/CalendarMain.xba b/wizards/source/schedule/CalendarMain.xba
index 338906e6f871..46e500681406 100644
--- a/wizards/source/schedule/CalendarMain.xba
+++ b/wizards/source/schedule/CalendarMain.xba
@@ -92,19 +92,19 @@ Dim iThisMonth as Integer
.lstMonth.StringItemList() = cCalShortMonthNames()
Select Case sCurLangLocale
Case cLANGUAGE_JAPANESE
- .lstOwnData.FontName = &quot;HG Mincho Light J&quot;
- .txtEvent.FontName = &quot;HG Mincho Light J&quot;
+ .lstOwnData.FontName = &quot;HG MinochoL&quot;
+ .txtEvent.FontName = &quot;HG MinchoL&quot;
Case cLANGUAGE_CHINESE
If oDocument.CharLocale.Country = &quot;CN&quot; Then
- .lstOwnData.FontName = &quot;HG MSung Light SC&quot;
- .txtEvent.FontName = &quot;HG MSung Light SC&quot;
+ .lstOwnData.FontName = &quot;FZ Song Ti&quot;
+ .txtEvent.FontName = &quot;FZ Song Ti&quot;
Else
- .lstOwnData.FontName = &quot;HG MSung Light TC&quot;
- .txtEvent.FontName = &quot;HG MSung Light TC&quot;
+ .lstOwnData.FontName = &quot;FZ Ming Ti&quot;
+ .txtEvent.FontName = &quot;FZ Ming Ti&quot;
End If
Case &quot;ko&quot;
- .lstOwnData.FontName = &quot;HG MyeongJo Light K&quot;
- .txtEvent.FontName = &quot;HG MyeongJo Light K&quot;
+ .lstOwnData.FontName = &quot;Sun Gulim&quot;
+ .txtEvent.FontName = &quot;Sun Gulim&quot;
End Select
.lstOwnEventMonth.StringItemList() = cCalShortMonthNames()
.optYear.State = 1