controlpanelui/src/cpplugins/volumeplugin/src/cpvolumegroupitemdata.cpp
changeset 25 19394c261aa5
parent 24 f5dfdd5e4a1b
child 26 808caa51b78b
child 31 e79ce701c376
child 40 593f946f4fec
--- a/controlpanelui/src/cpplugins/volumeplugin/src/cpvolumegroupitemdata.cpp	Wed Jun 23 18:13:38 2010 +0300
+++ b/controlpanelui/src/cpplugins/volumeplugin/src/cpvolumegroupitemdata.cpp	Tue Jul 06 14:17:10 2010 +0300
@@ -57,7 +57,7 @@
     this->appendChild(silenceIndicator);
     
     HbDataFormModelItem *masterVolume = new HbDataFormModelItem(HbDataFormModelItem::SliderItem,
-                                            hbTrId("txt_cp_setlabel_volume"));
+                                            hbTrId("txt_cp_setlabel_ringing_volume"));
     mItemList.insert(CpVolumeGroupItemData::EVolumeMasterVolumeItem, masterVolume);
     QList<QVariant> elements;
     elements << QVariant(HbSlider::IncreaseElement) << QVariant(HbSlider::TrackElement)
@@ -76,11 +76,11 @@
     masterVolume->setContentWidgetData("majorTickInterval",1);
     masterVolume->setContentWidgetData("tickPosition",Hb::SliderTicksBelow);
 
-    QStringList tickLabels;
+    /*QStringList tickLabels;
     tickLabels<<hbTrId("txt_cp_setlabel_volume_val_soft")
               <<hbTrId("txt_cp_setlabel_volume_val_med")
               <<hbTrId("txt_cp_setlabel_volume_val_loud");
-    masterVolume->setContentWidgetData("majorTickLabels",tickLabels);
+    masterVolume->setContentWidgetData("majorTickLabels",tickLabels);*/
     
     masterVolume->setContentWidgetData("iconCheckable",false);
     this->appendChild(masterVolume);