--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.py Fri Oct 23 19:44:22 2015 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.py Sat Oct 24 20:36:26 2015 +0200 @@ -50,7 +50,7 @@ else: continue itm = QTreeWidgetItem(self.codeTable, [code, message]) - if code.startswith(("W", "C")): + if code.startswith(("W", "C", "M")): itm.setIcon(0, UI.PixmapCache.getIcon("warning.png")) elif code.startswith("E"): itm.setIcon(0, UI.PixmapCache.getIcon("syntaxError.png"))