Fix InspectionDescriptions Test

This commit is contained in:
Oleg Shpynov
2010-12-01 10:41:08 +03:00
parent 27d809fc32
commit 27f3104de0
@@ -0,0 +1,8 @@
<html>
<body>
<font face="verdana" size="-1">
This inspection detects usages of DefaultListCellRenderer in code. Please use ListCellRendererWrapper in case you need simple cell renderer with text and icon.
This avoids ugly UI under GTK look and feel, because in this case SynthComboBoxUI#SynthComboBoxRenderer is used instead of DefaultComboBoxRenderer.
</font>
</body>
</html>