modified: JgmenuCorrector.kt
This commit is contained in:
parent
6382c48b1e
commit
9b2e1caaef
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ val moves: Array<Triple<String, String, String>> = arrayOf(
|
||||||
Triple("HTTPie", "apps-dir-Development", "apps-dir-Network"),
|
Triple("HTTPie", "apps-dir-Development", "apps-dir-Network"),
|
||||||
Triple("DWSIM", "apps-dir-Development", "apps-dir-Simulation"),
|
Triple("DWSIM", "apps-dir-Development", "apps-dir-Simulation"),
|
||||||
Triple("CNC VMC", "apps-dir-Development", "apps-dir-Simulation"),
|
Triple("CNC VMC", "apps-dir-Development", "apps-dir-Simulation"),
|
||||||
Triple("SimInTech", "apps-dir-Development", "apps-dir-Simulation")
|
Triple("SimInTech", "apps-dir-Development", "apps-dir-Simulation"),
|
||||||
|
Triple("opcua-client", "apps-dir-Accessories", "apps-dir-Network")
|
||||||
)
|
)
|
||||||
|
|
||||||
fun readWhile(m: Scanner, p: (String) -> Boolean):
|
fun readWhile(m: Scanner, p: (String) -> Boolean):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue