equal
deleted
inserted
replaced
31 // Install plugin specific msg handler |
31 // Install plugin specific msg handler |
32 INSTALL_TRACE_MSG_HANDLER; |
32 INSTALL_TRACE_MSG_HANDLER; |
33 DPRINT << ": IN"; |
33 DPRINT << ": IN"; |
34 |
34 |
35 // Set scoped pointer |
35 // Set scoped pointer |
36 m_localisation.reset(new CpPhoneLocalisation(this)); |
36 m_localisation.reset(new PhoneLocalisation(this)); |
37 |
37 |
38 // Install required translations |
38 // Install required translations |
39 m_localisation->installTranslator( |
39 m_localisation->installTranslator( |
40 CpPhoneLocalisation:: |
40 PhoneLocalisation:: |
41 TranslationFileCommon); |
41 TranslationFileCommon); |
42 m_localisation->installTranslator( |
42 m_localisation->installTranslator( |
43 CpPhoneLocalisation:: |
43 PhoneLocalisation:: |
44 TranslationFileTelephoneCp); |
44 TranslationFileTelephoneCp); |
45 |
45 |
46 DPRINT << ": OUT"; |
46 DPRINT << ": OUT"; |
47 } |
47 } |
48 |
48 |