Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-09-24 08:41:28 +0000
committerEike Stepper2007-09-24 08:41:28 +0000
commit629a0f23961e9f336d1905aedda6ec9138cb8db2 (patch)
tree418172fcb4972a5e5bccab3439bb39403e35a719 /plugins/org.eclipse.emf.cdo/about.ini
parent8d863c7ce483e14ad7e34b5f35ea47a4567976da (diff)
downloadcdo-629a0f23961e9f336d1905aedda6ec9138cb8db2.tar.gz
cdo-629a0f23961e9f336d1905aedda6ec9138cb8db2.tar.xz
cdo-629a0f23961e9f336d1905aedda6ec9138cb8db2.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/about.ini')
-rw-r--r--plugins/org.eclipse.emf.cdo/about.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo/about.ini b/plugins/org.eclipse.emf.cdo/about.ini
new file mode 100644
index 0000000000..b7e87ca285
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo/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
+

Back to the top