Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-01-25 08:26:29 +0000
committerDani Megert2016-01-25 08:26:29 +0000
commit61dacb833cdbd7f8ef8c72caab09c47efb443486 (patch)
treebdc6f85ddfc0a7563c4583f982c0f3bca399b5a8 /org.eclipse.ui.intro
parent056ef86dbe39036307c0626d2b4b99daf4897f92 (diff)
downloadeclipse.platform.ua-61dacb833cdbd7f8ef8c72caab09c47efb443486.tar.gz
eclipse.platform.ua-61dacb833cdbd7f8ef8c72caab09c47efb443486.tar.xz
eclipse.platform.ua-61dacb833cdbd7f8ef8c72caab09c47efb443486.zip
Diffstat (limited to 'org.eclipse.ui.intro')
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java
index 49b798e3e..1bffbdda7 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java
@@ -1,5 +1,5 @@
/***************************************************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation and others. All rights reserved. This program and the
+ * Copyright (c) 2005, 2016 IBM Corporation and others. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
@@ -363,6 +363,8 @@ public class IntroLaunchBar {
case BOTTOM:
paintBottom(gc);
break;
+ case TOP:
+ break;
}
}
}

Back to the top