Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2016-06-02 04:43:23 +0000
committerSarika Sinha2016-06-02 04:43:23 +0000
commitacdb523d2a03fc8b49a9cb70441f4823a332bbcf (patch)
tree4c3204669eb1e1f4e7f3309fb9c6e66c20902c09 /org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java
parentaae65f35d05a011d97898367bb23b77be479b6b8 (diff)
downloadeclipse.platform.debug-acdb523d2a03fc8b49a9cb70441f4823a332bbcf.tar.gz
eclipse.platform.debug-acdb523d2a03fc8b49a9cb70441f4823a332bbcf.tar.xz
eclipse.platform.debug-acdb523d2a03fc8b49a9cb70441f4823a332bbcf.zip
Bug 493880 - OpenConsoleAction and CloseConsoleAction does not set
disabled image
Diffstat (limited to 'org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java')
-rw-r--r--org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java
index 18fd16830..345dfafd9 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2014 IBM Corporation and others.
+ * Copyright (c) 2000, 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
@@ -63,6 +63,7 @@ public class ConsolePluginImages {
declareRegistryImage(IInternalConsoleConstants.IMG_DLCL_LOCK, DLCL + "lock_co.png"); //$NON-NLS-1$
declareRegistryImage(IInternalConsoleConstants.IMG_DLCL_WRAP, DLCL + "wordwrap.png"); //$NON-NLS-1$
declareRegistryImage(IInternalConsoleConstants.IMG_DLCL_CLOSE, DLCL + "rem_co.png"); //$NON-NLS-1$
+ declareRegistryImage(IInternalConsoleConstants.IMG_DLCL_NEW_CON, DLCL + "new_con.png"); //$NON-NLS-1$
// enabled local toolbars
declareRegistryImage(IInternalConsoleConstants.IMG_ELCL_CLEAR, ELCL + "clear_co.png"); //$NON-NLS-1$

Back to the top