1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

They got rid of the IMG_LOCKED image from the platform and now just use IMG_INFO.

This commit is contained in:
Doug Schaefer 2004-04-28 21:28:22 +00:00
parent e53919a536
commit 971ac3a04c

View file

@ -738,9 +738,6 @@ public class GoToBackProgressMonitorDialog extends IconAndMessageDialog implemen
* @see org.eclipse.jface.dialogs.IconAndMessageDialog#getImage()
*/
protected Image getImage() {
if (progressMonitor.locked)
return JFaceResources.getImageRegistry().get(org.eclipse.jface.dialogs.Dialog.DLG_IMG_LOCKED);
else
return JFaceResources.getImageRegistry().get(org.eclipse.jface.dialogs.Dialog.DLG_IMG_INFO);
}