equal
deleted
inserted
replaced
32 #include <aknnotedialog.h> |
32 #include <aknnotedialog.h> |
33 #include <aknmessagequerydialog.h> |
33 #include <aknmessagequerydialog.h> |
34 |
34 |
35 #define KMaxMessageLength 200 |
35 #define KMaxMessageLength 200 |
36 |
36 |
37 #define KPodcastImageWidth 160 |
|
38 #define KPodcastImageHeight 120 |
|
39 #define KPodcastDialogOffset 2 |
|
40 |
|
41 #define KOneHundredPercent 100 |
|
42 |
|
43 const TInt KSizeBufLen = 64; |
|
44 const TInt KDefaultGran = 5; |
|
45 _LIT(KSizeDownloadingOf, "%.1f/%.1f MB"); |
37 _LIT(KSizeDownloadingOf, "%.1f/%.1f MB"); |
46 _LIT(KShowsSizeFormatS60, "%.1f MB"); |
38 _LIT(KShowsSizeFormatS60, "%.1f MB"); |
47 |
39 |
48 _LIT(KShowFormat, "%d\t%S\t%S%S\t"); |
40 _LIT(KShowFormat, "%d\t%S\t%S%S\t"); |
49 _LIT(KShowErrorFormat, "%d\t%S\t%S\t"); |
41 _LIT(KShowErrorFormat, "%d\t%S\t%S\t"); |