diff --git a/bundles/org.eclipse.search/META-INF/MANIFEST.MF b/bundles/org.eclipse.search/META-INF/MANIFEST.MF index 54eb0583c69..831eb9da3a8 100644 --- a/bundles/org.eclipse.search/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.search/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.search; singleton:=true -Bundle-Version: 3.17.0.qualifier +Bundle-Version: 3.17.100.qualifier Bundle-Activator: org.eclipse.search.internal.ui.SearchPlugin Bundle-ActivationPolicy: lazy Bundle-Vendor: %providerName diff --git a/bundles/org.eclipse.search/icons/full/elcl16/pin_view.png b/bundles/org.eclipse.search/icons/full/elcl16/pin_view.png index e72ceafa940..d363e36e1fc 100644 Binary files a/bundles/org.eclipse.search/icons/full/elcl16/pin_view.png and b/bundles/org.eclipse.search/icons/full/elcl16/pin_view.png differ diff --git a/bundles/org.eclipse.search/icons/full/elcl16/pin_view@2x.png b/bundles/org.eclipse.search/icons/full/elcl16/pin_view@2x.png index 5d446feaf12..91346092438 100644 Binary files a/bundles/org.eclipse.search/icons/full/elcl16/pin_view@2x.png and b/bundles/org.eclipse.search/icons/full/elcl16/pin_view@2x.png differ diff --git a/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchImages.java b/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchImages.java index 164a3cadbe5..8188390a184 100644 --- a/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchImages.java +++ b/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/WorkbenchImages.java @@ -236,7 +236,6 @@ private static final void declareImages() { declareImage(ISharedImages.IMG_DEF_VIEW, PATH_EVIEW + "defaultview_misc.png", true); //$NON-NLS-1$ declareImage(IWorkbenchGraphicConstants.IMG_LCL_CLOSE_VIEW, PATH_ELOCALTOOL + "close_view.png", true); //$NON-NLS-1$ - declareImage(IWorkbenchGraphicConstants.IMG_LCL_PIN_VIEW, PATH_ELOCALTOOL + "pin_view.png", true); //$NON-NLS-1$ declareImage(IWorkbenchGraphicConstants.IMG_LCL_MIN_VIEW, PATH_ELOCALTOOL + "min_view.png", true); //$NON-NLS-1$ declareImage(IWorkbenchGraphicConstants.IMG_LCL_VIEW_MENU, PATH_ELOCALTOOL + "view_menu.png", true); //$NON-NLS-1$ declareImage(IWorkbenchGraphicConstants.IMG_LCL_BUTTON_MENU, PATH_ELOCALTOOL + "button_menu.png", true); //$NON-NLS-1$ diff --git a/bundles/org.eclipse.ui/icons/full/elcl16/pin_view.png b/bundles/org.eclipse.ui/icons/full/elcl16/pin_view.png deleted file mode 100644 index de61d0d7ae5..00000000000 Binary files a/bundles/org.eclipse.ui/icons/full/elcl16/pin_view.png and /dev/null differ diff --git a/bundles/org.eclipse.ui/icons/full/elcl16/pin_view@2x.png b/bundles/org.eclipse.ui/icons/full/elcl16/pin_view@2x.png deleted file mode 100644 index 73f425b4f78..00000000000 Binary files a/bundles/org.eclipse.ui/icons/full/elcl16/pin_view@2x.png and /dev/null differ diff --git a/bundles/org.eclipse.ui/icons/full/etool16/pin_editor.png b/bundles/org.eclipse.ui/icons/full/etool16/pin_editor.png index 448154a4d6d..d363e36e1fc 100644 Binary files a/bundles/org.eclipse.ui/icons/full/etool16/pin_editor.png and b/bundles/org.eclipse.ui/icons/full/etool16/pin_editor.png differ diff --git a/bundles/org.eclipse.ui/icons/full/etool16/pin_editor@2x.png b/bundles/org.eclipse.ui/icons/full/etool16/pin_editor@2x.png index f617d2c49c1..91346092438 100644 Binary files a/bundles/org.eclipse.ui/icons/full/etool16/pin_editor@2x.png and b/bundles/org.eclipse.ui/icons/full/etool16/pin_editor@2x.png differ