$OpenBSD: patch-scripts_Help_About_About_js,v 1.1 2019/08/14 06:56:50 feinerer Exp $

Index: scripts/Help/About/About.js
--- scripts/Help/About/About.js.orig
+++ scripts/Help/About/About.js
@@ -451,6 +451,9 @@ About.prototype.initAboutSystem = function(textEdit) {
     if (RS.getSystemId()==="linux") {
         text += "Linux";
     }
+    if (RS.getSystemId()==="openbsd") {
+        text += "OpenBSD";
+    }
     text += "\nOS version: " + RSettings.getOSVersion();
 
     text += "\n";
