blob: ca238c012a03799bb9ff9db032f08d4dbe36a1c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- vcl/source/app/svapp.cxx.orig 2020-05-27 12:17:53 UTC
+++ vcl/source/app/svapp.cxx
@@ -1183,7 +1183,7 @@ OUString Application::GetHWOSConfInfo(const int bSelec
#endif
appendDetails("", VclResId(SV_APP_DEFAULT));
-#if (defined LINUX || defined _WIN32 || defined MACOSX)
+#if (defined LINUX || defined _WIN32 || defined MACOSX || defined FREEBSD)
appendDetails("; ", SV_APP_VCLBACKEND + GetToolkitName());
#endif
}
|