Revision 15635 trunk/libraries/libCorePlugin/src/com/iver/core/preferences/general/AppearancePage.java

View differences:

AppearancePage.java
115 115
	public AppearancePage() {
116 116
        super();
117 117
        id = this.getClass().getName();
118
        icon = new ImageIcon(this.getClass().getClassLoader().getResource("images/gnome-settings-theme.png"));
118
        icon = PluginServices.getIconTheme().get("gnome-settings-theme");
119 119
        setParentID(GeneralPage.id);
120 120
        // install the plastic look and feel before getting the laf combobox
121 121
    	UIManager.installLookAndFeel("Plastic XP", "com.jgoodies.looks.plastic.PlasticXPLookAndFeel");

Also available in: Unified diff