diff --git a/gui/showtypes.cpp b/gui/showtypes.cpp index 9b8856b05..a60838d97 100644 --- a/gui/showtypes.cpp +++ b/gui/showtypes.cpp @@ -47,9 +47,9 @@ ShowTypes::ShowType ShowTypes::SeverityToShowType(Severity::SeverityType severit case Severity::portability: return ShowTypes::ShowPortability; case Severity::information: - return ShowTypes::ShowPortability; + return ShowTypes::ShowInformation; default: - return ShowTypes::ShowPortability; + return ShowTypes::ShowNone; } return ShowTypes::ShowNone;