about.ini 958 B

12345678910111213141516171819202122232425262728
  1. # about.ini
  2. # contains information about a feature
  3. # java.io.Properties file (ISO 8859-1 with "\" escapes)
  4. # "%key" are externalized strings defined in about.properties
  5. # This file does not need to be translated.
  6. # Property "aboutText" contains blurb for "About" dialog (translated)
  7. aboutText=%blurb
  8. # Property "windowImage" contains path to window icon (16x16)
  9. # needed for primary features only
  10. # Property "featureImage" contains path to feature image (32x32)
  11. featureImage=icons/xds32.png
  12. # Property "aboutImage" contains path to product image (500x330 or 115x164)
  13. # needed for primary features only
  14. aboutImage=icons/about.png
  15. # Property "appName" contains name of the application (not translated)
  16. # needed for primary features only
  17. # Property "welcomePage" contains path to welcome page (special XML-based format)
  18. # optional
  19. # Property "welcomePerspective" contains the id of the perspective in which the
  20. # welcome page is to be opened.
  21. # optional