/ com.tictactec.ta.lib / about.ini
about.ini
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 7 # Property "aboutText" contains blurb for feature details in the "About" 8 # dialog (translated). Maximum 15 lines and 75 characters per line. 9 aboutText=%blurb 10 11 # Property "featureImage" contains path to feature image (32x32) 12 #featureImage=eclipse32.png 13 14 # Property "welcomePage" contains path to welcome page (special XML-based format) 15 # ($nl$/ prefix to permit locale-specific translations of entire file) 16 #welcomePage=$nl$/welcome.xml 17 18 # Property "welcomePerspective" contains the id of the perspective in which the 19 # welcome page is to be opened. 20 # optional 21 22 # Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page 23 # optional 24 #tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html