commonuis/CommonUi/data/DocumentHandlerUi.rss
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
    30 #include <avkon.loc>
    30 #include <avkon.loc>
    31 #include <bldvariant.hrh>
    31 #include <bldvariant.hrh>
    32 #include "DocumentHandlerUI.hrh"
    32 #include "DocumentHandlerUI.hrh"
    33 
    33 
    34 #include "pathconfiguration.hrh"
    34 #include "pathconfiguration.hrh"
       
    35 
       
    36 #ifdef __SERIES60_MMC
       
    37 #include <CommonDialogs.hrh> // Enumerations
       
    38 #include <CommonDialogs.rh> // Resource structures
       
    39 #endif // __SERIES60_MMC
    35 
    40 
    36 #include <documenthandler.loc>
    41 #include <documenthandler.loc>
    37 
    42 
    38 //  RESOURCE DEFINITIONS
    43 //  RESOURCE DEFINITIONS
    39 
    44 
   492         };
   497         };
   493     }
   498     }
   494 
   499 
   495 
   500 
   496 #ifdef __SERIES60_MMC
   501 #ifdef __SERIES60_MMC
       
   502 RESOURCE MEMORYSELECTIONDIALOG r_dochandler_memory_selection_dialog
       
   503     {
       
   504     softkey_1 = text_softkey_select;
       
   505     locations =
       
   506         {
       
   507         LOCATION { root_path = text_phone_memory_root_path; },
       
   508         LOCATION { root_path = text_memory_card_root_path; }
       
   509         };
       
   510     }
       
   511 
   497 
   512 
   498 //
   513 //
   499 // Mime types in this list are automatically saved to default directories
   514 // Mime types in this list are automatically saved to default directories
   500 // so memory select dialog is never shown for them.
   515 // so memory select dialog is never shown for them.
   501 //
   516 //