controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.cpp
changeset 21 2883a5458389
parent 19 36aa4756ee82
child 22 a5692c68d772
--- a/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.cpp	Tue May 25 04:10:19 2010 +0800
+++ b/controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.cpp	Thu Jun 10 16:07:41 2010 +0800
@@ -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;
 }