aboutsummaryrefslogtreecommitdiff
path: root/lib/about
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 13:50:25 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 13:50:25 +0200
commit06d7a466565cf939aab68c942a84254bcb3453fa (patch)
tree4c1096170beba81e7d367704c37f76882261445a /lib/about
parentAdd Boost_INCLUDE_DIRS to configuration (diff)
downloadsmolbote-06d7a466565cf939aab68c942a84254bcb3453fa.tar.xz
Remove unneeded po::store
Diffstat (limited to 'lib/about')
-rw-r--r--lib/about/aboutdialog.cpp2
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