summaryrefslogtreecommitdiff
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index 4385e2beb2..9cc27d5d1f 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -37,6 +37,7 @@
#endif
#include <wsutil/crash_info.h>
+#include <wsutil/u3.h>
#include <wsutil/file_util.h>
#include <wiretap/merge.h>
@@ -434,6 +435,12 @@ get_gui_runtime_info(GString *str)
get_runtime_airpcap_version(str);
#endif
+
+ if(u3_active()) {
+ g_string_append(str, ", ");
+ u3_runtime_info(str);
+ }
+
}
/* And now our feature presentation... [ fade to music ] */