Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2005-06-03 19:34:07 +0000
committerDejan Gloszic2005-06-03 19:34:07 +0000
commit15ba3552196f49b4fcca6f59d303515ad935cea6 (patch)
tree21c38f29d6cec79189be675d9a813e4e24a5a33e /org.eclipse.ui.cheatsheets
parentbd3544040ca3359c5b5a82bb876ce88b6d2a0508 (diff)
downloadeclipse.platform.ua-15ba3552196f49b4fcca6f59d303515ad935cea6.tar.gz
eclipse.platform.ua-15ba3552196f49b4fcca6f59d303515ad935cea6.tar.xz
eclipse.platform.ua-15ba3552196f49b4fcca6f59d303515ad935cea6.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CoreItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CoreItem.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CoreItem.java
index e5d1dd18f..7174f139d 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CoreItem.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CoreItem.java
@@ -134,7 +134,7 @@ public class CoreItem extends ViewItem {
subAction = sub.getPerformWhen().getSelectedAction();
} else {
subAction = sub.getAction();
- };
+ }
final int fi = index;
ImageHyperlink startButton = null;

Back to the top