()
| 65 | super(SR.MS_COLOR_TUNE); |
| 66 | //#ifdef COLOR_TUNE |
| 67 | configureColors=new LinkString(SR.MS_COLOR_TUNE) { public void doAction() { new ColorsList(); } }; |
| 68 | itemsList.addElement(configureColors); |
| 69 | //#endif |
| 70 | invertColors=new LinkString(SR.MS_INVERT) { public void doAction() { ColorTheme.invertSkin(); } }; |
nothing calls this directly
no test coverage detected