Skip to content

Commit

Permalink
Merge pull request #46 from cedricduriau/45-numberfrommatrix/vector-r…
Browse files Browse the repository at this point in the history
…ename

rename input control
  • Loading branch information
cedricduriau authored Mar 30, 2020
2 parents f105b36 + e616476 commit 9da92a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fusion/Fuses/numberfrommatrix.fuse
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FuRegisterClass(FUSE_NAME, CT_Tool, {

function Create()
-- [[ Creates the user interface. ]]
InMatrix = self:AddInput("Input", "Input", {
InMatrix = self:AddInput("Matrix", "Matrix", {
LINKID_DataType = "Text",
INPID_InputControl = "TextEditControl",
TEC_Wrap = true,
Expand Down
2 changes: 1 addition & 1 deletion fusion/Fuses/numberfromvector.fuse
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FuRegisterClass(FUSE_NAME, CT_Tool, {

function Create()
-- [[ Creates the user interface. ]]
InVector = self:AddInput("Input", "Input", {
InVector = self:AddInput("Vector", "Vector", {
LINKID_DataType = "Text",
INPID_InputControl = "TextEditControl",
TEC_Wrap = true,
Expand Down

0 comments on commit 9da92a2

Please sign in to comment.