videoplayback/videoplaybackview/tsrc/testfiledetailswidget/stub/src/hbglobal.cpp
changeset 65 a9d57bd8d7b7
parent 52 e3cecb93e76a
--- a/videoplayback/videoplaybackview/tsrc/testfiledetailswidget/stub/src/hbglobal.cpp	Fri Sep 17 08:30:05 2010 +0300
+++ b/videoplayback/videoplaybackview/tsrc/testfiledetailswidget/stub/src/hbglobal.cpp	Mon Oct 04 00:19:07 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version:   4 %
+// Version : %version:   5 %
 
 
 
@@ -117,6 +117,14 @@
     {
         loc = "%L1x%L2";
     }
+    else if ( string == "txt_videos_list_file_path" )
+    {
+        loc = "File path";
+    }
+    else if ( string == "txt_videos_list_file_name" )
+    {
+        loc = "File name";
+    }
 
     return loc;
 }