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:
parent
e53919a536
commit
971ac3a04c
1 changed files with 1 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue