From 287b860e9a0520343e6df4068e0f6b642993ef37 Mon Sep 17 00:00:00 2001 From: PeterForstmeier Date: Mon, 19 Sep 2011 20:30:46 +0200 Subject: [PATCH] LocalizableDescriptionAttribute and EnumToFriendlyNameConverter to display enum's in a user friendly name --- .../CodeQuality/CodeQualityAnalysis.csproj | 4 +++- .../Analysis/CodeQuality/Src/MainWindow.xaml | 20 +++++++++++++++++-- .../CodeQuality/Src/MainWindowModel.cs | 9 +++++++-- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/AddIns/Analysis/CodeQuality/CodeQualityAnalysis.csproj b/src/AddIns/Analysis/CodeQuality/CodeQualityAnalysis.csproj index dfad79b9bb..481dcddd90 100644 --- a/src/AddIns/Analysis/CodeQuality/CodeQualityAnalysis.csproj +++ b/src/AddIns/Analysis/CodeQuality/CodeQualityAnalysis.csproj @@ -145,6 +145,8 @@ + + @@ -264,7 +266,7 @@ - +