[TYPO]Better naming for ox-act-window-action(to -model)
This commit is contained in:
parent
5927560259
commit
a170137504
@ -39,7 +39,7 @@
|
||||
(defn ox-tree [&rest args] (xmln "tree" #*args))
|
||||
(defn ox-search [&rest args] (xmln "search" #*args))
|
||||
(defn ox-act-window [&rest args] (xmln "act_window" #*args))
|
||||
(defn ox-act-window-action [model attrs]
|
||||
(defn ox-act-window-model [model attrs]
|
||||
" Build new act_window from model and args"
|
||||
(setv model_und (.replace model "." "_")
|
||||
model_cap (.join " " (lfor w (.split model ".") (.capitalize w)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user