Skip to content

Commit

Permalink
rename input control
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricduriau committed Mar 30, 2020
1 parent f105b36 commit e616476
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 e616476

Please sign in to comment.