photosgallery/viewframework/uiutilities/data/glxuiutilities.rss
branchRCL_3
changeset 24 ea65f74e6de4
parent 21 f9e827349359
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
   295     items =
   295     items =
   296         {
   296         {
   297         DLG_LINE
   297         DLG_LINE
   298             {
   298             {
   299             type = EAknCtQuery;
   299             type = EAknCtQuery;
   300             id = EAknCtQuery;
   300             id = EGeneralQuery;
   301             control = AVKON_DATA_QUERY
   301             control = AVKON_DATA_QUERY
   302                 {
   302                 {
   303                     layout = EDataLayout;
   303                 layout = EDataLayout;
   304                     control=EDWIN
   304                 control=EDWIN
   305                         {
   305                     {
   306                         flags = EEikEdwinAutoSelection | KSingleLineHorizontalScrollingEditorFlags;
   306                     maxlength = 40; // KMaxMediaPopupTextLength
   307                         maxlength = 128; // KMGXMaxFileName
   307                     lines = 1;
   308                         lines = 1;
   308                     };
   309                         avkon_flags = EAknEditorFlagNoT9;
       
   310                         };
       
   311                 };
   309                 };
   312             }
   310             }
   313         };
   311         };
   314     }
   312     }
   315 
   313 
   854                 singular_label =qtn_lgal_refreshing_media_note;
   852                 singular_label =qtn_lgal_refreshing_media_note;
   855                 };
   853                 };
   856             }
   854             }
   857         };
   855         };
   858     }
   856     }
       
   857 
       
   858 //resource for image viewer deletion failure note
       
   859 RESOURCE TBUF r_glx_deletion_failure_note
       
   860     { 
       
   861     buf = qtn_fldr_cant_delete_item; 
       
   862     }
       
   863 
       
   864 //resource for illegal characters in file name note
       
   865 RESOURCE TBUF r_glx_qtn_fldr_illegal_characters
       
   866     { 
       
   867     buf = qtn_fldr_illegal_characters; 
       
   868     }