ports/cad/qcad/patches/patch-scripts_Help_About_About_js

14 lines
410 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: scripts/Help/About/About.js
--- scripts/Help/About/About.js.orig
+++ scripts/Help/About/About.js
@@ -474,6 +474,9 @@ About.prototype.initAboutSystem = function(textEdit) {
if (RS.getSystemId()==="solaris") {
text += "Solaris";
}
+ if (RS.getSystemId()==="openbsd") {
+ text += "OpenBSD";
+ }
text += "\nOS version: " + RSettings.getOSVersion();
text += "\n";