Revision 20102 trunk/extensions/extAnimationGUI/src/com/iver/ai2/animationgui/gui/document/ProjectAnimationDocumentFactory.java

View differences:

ProjectAnimationDocumentFactory.java
64 64
	@Override
65 65
	public ImageIcon getButtonIcon() {
66 66
		return new ImageIcon(this.getClass().getClassLoader().getResource(
67
		"images/camera_add.png"));
67
		"images/animation.png"));
68 68
	}
69 69

  
70 70
	@Override
......
76 76
	@Override
77 77
	public ImageIcon getSelectedButtonIcon() {
78 78
		return new ImageIcon(this.getClass().getClassLoader().getResource(
79
		"images/camera_add.png"));
79
		"images/animation_sel.png"));
80 80
	}
81 81

  
82 82
	@Override

Also available in: Unified diff