uifw/ganes/inc/HgConstants.h
branchRCL_3
changeset 25 941195f2d488
parent 9 aabf2c525e0f
equal deleted inserted replaced
23:3d340a0166ff 25:941195f2d488
    49 // it does not make any sense to marquee texts longer than this
    49 // it does not make any sense to marquee texts longer than this
    50 // since it will take hours and drain battery.
    50 // since it will take hours and drain battery.
    51 const TInt KAknMaxMarqueeLength = 512;
    51 const TInt KAknMaxMarqueeLength = 512;
    52 
    52 
    53 _LIT( KGanesMif, "\\resource\\apps\\ganes.mif" );
    53 _LIT( KGanesMif, "\\resource\\apps\\ganes.mif" );
    54 _LIT( KGanesDateString, "%D%M%Y%/0%1%/1%2%/2%3%/3" );
    54 _LIT( KGanesYearString, "%F%Y" );
    55 _LIT( KGanesYearString, "%Y%3" );
    55 _LIT( KGanesMonthString, "%F%N" );
    56 _LIT( KGanesMonthString, "%N%M%2" );
       
    57 
    56 
    58 #endif /* HGCONSTANTS_H_ */
    57 #endif /* HGCONSTANTS_H_ */