Revision 5804 trunk/libraries/libCorePlugin/src/com/iver/core/preferences/general/ExtensionPage.java

View differences:

ExtensionPage.java
48 48
		super();
49 49
		icon = new ImageIcon(this.getClass().getClassLoader().getResource("images/emblem-work.png"));
50 50
		this.extension=extension;
51
		setParentID(ExtensionsPage.class.getName());
51 52
		initialize();
52 53
	}
53 54

  
......
78 79
		return this;
79 80
	}
80 81

  
81
	public String getParentID() {
82
		return ExtensionsPage.class.getName();
83
	}
84 82

  
83

  
85 84
	public void initializeValues() {
86 85
		// TODO Auto-generated method stub
87 86

  

Also available in: Unified diff