diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 13:50:25 +0200 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-21 13:50:25 +0200 | 
| commit | 06d7a466565cf939aab68c942a84254bcb3453fa (patch) | |
| tree | 4c1096170beba81e7d367704c37f76882261445a /lib/about | |
| parent | Add Boost_INCLUDE_DIRS to configuration (diff) | |
| download | smolbote-06d7a466565cf939aab68c942a84254bcb3453fa.tar.xz | |
Remove unneeded po::store
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 | 
