Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-06-20 17:00:59 +0000
committerChris Goldthorpe2011-06-20 17:00:59 +0000
commitb2a4a8b86a7dabe55160473c0e2a65259fd0dc99 (patch)
tree8278c1b3010e51ad6f85757a8bcdfcb39557521a /org.eclipse.ui.intro
parente2940b4c9dcde2e3d0d55a5348f8ed49a6a31ff8 (diff)
downloadeclipse.platform.ua-b2a4a8b86a7dabe55160473c0e2a65259fd0dc99.tar.gz
eclipse.platform.ua-b2a4a8b86a7dabe55160473c0e2a65259fd0dc99.tar.xz
eclipse.platform.ua-b2a4a8b86a7dabe55160473c0e2a65259fd0dc99.zip
Bug 346453 - [Intro] Typo in documentation
Diffstat (limited to 'org.eclipse.ui.intro')
-rw-r--r--org.eclipse.ui.intro/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.intro/schema/IntroContent.exsd2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro/META-INF/MANIFEST.MF b/org.eclipse.ui.intro/META-INF/MANIFEST.MF
index 18696ef93..dcfcf7d39 100644
--- a/org.eclipse.ui.intro/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.ui.intro; singleton:=true
-Bundle-Version: 3.4.100.qualifier
+Bundle-Version: 3.4.200.qualifier
Bundle-Activator: org.eclipse.ui.internal.intro.impl.IntroPlugin
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
diff --git a/org.eclipse.ui.intro/schema/IntroContent.exsd b/org.eclipse.ui.intro/schema/IntroContent.exsd
index d1904abc5..f6a4d2269 100644
--- a/org.eclipse.ui.intro/schema/IntroContent.exsd
+++ b/org.eclipse.ui.intro/schema/IntroContent.exsd
@@ -337,7 +337,7 @@ no parameters required<br>
<b>runAction</b> - runs the specified action<br>
<i>class</i> - the fully qualified class name of the class that implements one of <code>org.eclipse.ui.intro.config.IIntroAction</code>,
- <code>org.eclipse.jface.actino.IAction</code>, or <code>org.eclipse.ui.IActionDelegate</code><br>
+ <code>org.eclipse.jface.action.IAction</code>, or <code>org.eclipse.ui.IActionDelegate</code><br>
<i>pluginId</i> - The id of the plug-in which contains the class.<br>
<i>standby (optional) = ("true"
"false") "false"</i> - indicate whether to set the intro into standby mode after executing the action<br>

Back to the top