videoplayback/videoplaybackview/tsrc/testfiledetailswidget/stub/src/hbglobal.cpp
changeset 65 a9d57bd8d7b7
parent 52 e3cecb93e76a
equal deleted inserted replaced
62:0e1e938beb1a 65:a9d57bd8d7b7
    13 *
    13 *
    14 * Description:  class for HbGlobal
    14 * Description:  class for HbGlobal
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:   4 %
    18 // Version : %version:   5 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 #include "hbglobal.h"
    22 #include "hbglobal.h"
    23 #include <qstring>
    23 #include <qstring>
   115     }
   115     }
   116     else if ( string == "txt_videos_list_l1l2" )
   116     else if ( string == "txt_videos_list_l1l2" )
   117     {
   117     {
   118         loc = "%L1x%L2";
   118         loc = "%L1x%L2";
   119     }
   119     }
       
   120     else if ( string == "txt_videos_list_file_path" )
       
   121     {
       
   122         loc = "File path";
       
   123     }
       
   124     else if ( string == "txt_videos_list_file_name" )
       
   125     {
       
   126         loc = "File name";
       
   127     }
   120 
   128 
   121     return loc;
   129     return loc;
   122 }
   130 }
   123 
   131 
   124 //End of file
   132 //End of file