Ignore:
Timestamp:
2016-06-14T17:23:20+02:00 (8 years ago)
Author:
stoecker
Message:

see #9995 - patch by strump - improve HIDPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialog.java

    r10357 r10369  
    158158            putValue(Action.SHORT_DESCRIPTION, tr("Cancel conflict resolution and close the dialog"));
    159159            putValue(Action.NAME, tr("Cancel"));
    160             new ImageProvider("cancel").getResource().getImageIcon(this);
     160            new ImageProvider("cancel").getResource().attachImageIcon(this);
    161161            setEnabled(true);
    162162        }
     
    175175            putValue(Action.SHORT_DESCRIPTION, tr("Show help information"));
    176176            putValue(Action.NAME, tr("Help"));
    177             new ImageProvider("help").getResource().getImageIcon(this);
     177            new ImageProvider("help").getResource().attachImageIcon(this);
    178178            setEnabled(true);
    179179        }
     
    193193            putValue(Action.SHORT_DESCRIPTION, tr("Apply resolved conflicts and close the dialog"));
    194194            putValue(Action.NAME, tr("Apply Resolution"));
    195             new ImageProvider("dialogs", "conflict").getResource().getImageIcon(this);
     195            new ImageProvider("dialogs", "conflict").getResource().attachImageIcon(this);
    196196            updateEnabledState();
    197197        }
Note: See TracChangeset for help on using the changeset viewer.