idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/src/xndatecontrol.cpp
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
--- a/idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/src/xndatecontrol.cpp	Tue Sep 14 20:58:58 2010 +0300
+++ b/idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/src/xndatecontrol.cpp	Wed Sep 15 12:00:00 2010 +0300
@@ -38,7 +38,6 @@
 const TInt KMaxDateStringLength = 100;
 const TInt KMaxDayNumberStringLength = 10;
 
-_LIT( KDateFont, "EAknLogicalFontSecondaryFont" );
 _LIT( KTimeFormat, "%0U %1U" );
 
 
@@ -210,7 +209,7 @@
     {    
     if ( !iDateFont )
         {
-        iAdapter.CreateFontL( aNode, KDateFont, iDateFont );
+        iAdapter.CreateFontL( aNode, iDateFont );
         }
     return CAknLayoutFont::AsCAknLayoutFontOrNull( iDateFont );
     }