diff options
Diffstat (limited to 'lib/about')
| -rw-r--r-- | lib/about/aboutdialog.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index 2b382c6..df87ad2 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -18,7 +18,7 @@  #elif defined(__GNUC__)  #define compiler "GCC " __VERSION__  #elif defined(_MSC_VER) -#define compiler "MSVC " _MSC_VER +#define compiler "MSVC"  #else  #define compiler "unknown compiler"  #endif | 
