1
0
Fork 0
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:
G. Hentschke 2025-05-05 12:48:27 +02:00 committed by Gesa HENTSCHKE
parent 4a499fbf1e
commit 8933189515

View file

@ -1198,7 +1198,7 @@ class CopyAction extends Action {
setImageDescriptor( setImageDescriptor(
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD)); DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD));
setHoverImageDescriptor( setHoverImageDescriptor(
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_LCL_COPY_VIEW_TO_CLIPBOARD)); DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD));
setDisabledImageDescriptor( setDisabledImageDescriptor(
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_COPY_VIEW_TO_CLIPBOARD)); DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_COPY_VIEW_TO_CLIPBOARD));
} }