SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue