phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
child 76 cfea66083b62
--- a/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp	Fri Sep 17 08:29:19 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp	Mon Oct 04 00:16:48 2010 +0300
@@ -256,9 +256,9 @@
     
     QStringList ownVideoSelections;
     ownVideoSelections
-        <<hbTrId("txt_phone_setlabel_own_video_in_val_show_automatic")
         <<hbTrId("txt_phone_setlabel_own_video_in_val_ask_first")
-        <<hbTrId("txt_phone_setlabel_own_video_in_val_dont_show");
+        <<hbTrId("txt_phone_setlabel_own_video_in_val_dont_show")
+        <<hbTrId("txt_phone_setlabel_own_video_in_val_show_automatic");
 
     m_OwnVideoInReceivedCall->setContentWidgetData(
         "items", QVariant(ownVideoSelections));