--- jsampler/trunk/src/org/jsampler/view/fantasia/Res.java 2007/09/17 23:33:50 1354 +++ jsampler/trunk/src/org/jsampler/view/fantasia/Res.java 2007/09/17 23:55:27 1355 @@ -175,7 +175,7 @@ protected final static ImageIcon gfxBtnCrRO = new ImageIcon(Res.class.getResource("res/gfx/btn_cr_ro.png")); - + protected final static ImageIcon iconAppIcon = new ImageIcon(Res.class.getResource("res/icons/app_icon.png")); @@ -266,6 +266,9 @@ protected final static ImageIcon iconDb32 = new ImageIcon(Res.class.getResource("res/icons/db32.png")); + protected final static ImageIcon iconWarning32 + = new ImageIcon(Res.class.getResource("res/icons/warning32.png")); + protected final static ImageIcon iconLinuxSamplerLogo = new ImageIcon(Res.class.getResource("res/icons/LinuxSampler-logo.png"));