PicoDrive_loc.rss 537 B

1234567891011121314151617181920
  1. #include <AppInfo.rh>
  2. // This file localise the applications icons and caption
  3. RESOURCE LOCALISABLE_APP_INFO
  4. {
  5. caption_and_icon =
  6. {
  7. CAPTION_AND_ICON_INFO
  8. {
  9. caption = "PicoDrive";
  10. // Icons are used to represent applications in the
  11. // application launcher and application title bar.
  12. // The number_of_icons value identifies how many icons
  13. // that exist in the icon_file.
  14. number_of_icons = 3;
  15. // Using the application icons.
  16. icon_file = "\\Resource\\Apps\\PicoDrive.mbm";
  17. }
  18. };
  19. }