From 06d7a466565cf939aab68c942a84254bcb3453fa Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 21 Apr 2018 13:50:25 +0200 Subject: Remove unneeded po::store --- lib/about/aboutdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/about') 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 -- cgit v1.2.1