diff options
author | Eike Stepper | 2007-09-24 08:36:19 +0000 |
---|---|---|
committer | Eike Stepper | 2007-09-24 08:36:19 +0000 |
commit | 8d863c7ce483e14ad7e34b5f35ea47a4567976da (patch) | |
tree | 39d444c5754b5c3fb50dee3a868ef7d7fff0a1ee /plugins/org.eclipse.emf.cdo.examples/about.ini | |
parent | dd767479f1d8658f0c6034c4c110fb7d6bb5c55f (diff) | |
download | cdo-8d863c7ce483e14ad7e34b5f35ea47a4567976da.tar.gz cdo-8d863c7ce483e14ad7e34b5f35ea47a4567976da.tar.xz cdo-8d863c7ce483e14ad7e34b5f35ea47a4567976da.zip |
[204232] Add or verify branding plugins for Net4+CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204232
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples/about.ini')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.examples/about.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples/about.ini b/plugins/org.eclipse.emf.cdo.examples/about.ini new file mode 100644 index 0000000000..b7e87ca285 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.examples/about.ini @@ -0,0 +1,15 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. + +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%featureText + +# Property "featureImage" contains path to feature image (32x32) +featureImage=modeling32.png + +# Property "appName" contains name of the application (translated) +appName=%featureName + |