mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
[#1155] replace duplicate image descriptor
due to this platform change: Remove hover and duplicate image
descriptors in org.eclipse.ui.debug
(be4a4aab48
)
fixes #1155
This commit is contained in:
parent
4a499fbf1e
commit
8933189515
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ class CopyAction extends Action {
|
|||
setImageDescriptor(
|
||||
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD));
|
||||
setHoverImageDescriptor(
|
||||
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_LCL_COPY_VIEW_TO_CLIPBOARD));
|
||||
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD));
|
||||
setDisabledImageDescriptor(
|
||||
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_COPY_VIEW_TO_CLIPBOARD));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue