phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp
changeset 74 d1c62c765e48
parent 65 2a5d4ab426d3
child 76 cfea66083b62
--- a/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp	Fri Sep 03 13:33:36 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp	Fri Sep 17 17:09:12 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));