controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.cpp
changeset 24 f5dfdd5e4a1b
parent 15 cc79acdc26cb
child 25 19394c261aa5
--- a/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.cpp	Fri Jun 11 13:39:17 2010 +0300
+++ b/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.cpp	Wed Jun 23 18:13:38 2010 +0300
@@ -142,9 +142,9 @@
     // so hard code here, wait for engine's correcting.
     switch (profileId) {
     case EProfileWrapperGeneralId:
-        return hbTrId("txt_cp_setlabel_active_profile_val_general");
+        return hbTrId("txt_cp_list_general");
     case EProfileWrapperMeetingId:
-        return hbTrId("txt_cp_setlabel_active_profile_val_meeting");
+        return hbTrId("txt_cp_list_meeting");
     default:
         return QString("");
     }
@@ -153,8 +153,8 @@
 {
     //hard code, until engine part support qt localized name
     QStringList nameList;
-    nameList<<hbTrId("txt_cp_setlabel_active_profile_val_general")
-            <<hbTrId("txt_cp_setlabel_active_profile_val_meeting");
+    nameList<<hbTrId("txt_cp_list_general")
+            <<hbTrId("txt_cp_list_meeting");
     return nameList;
 }