Index: scripts/Widgets/CommandLine/CommandLine.js
--- scripts/Widgets/CommandLine/CommandLine.js.orig
+++ scripts/Widgets/CommandLine/CommandLine.js
@@ -498,6 +498,9 @@ CommandLine.init = function(basePath) {
     case "solaris":
         system = "Solaris";
         break;
+    case "openbsd":
+        system = "OpenBSD";
+        break;
     }
     EAction.handleUserMessage(
                 "%1 %2 / Qt %3 / %4 %5"
