From e616476c6d6c82c91c69884ea9e701cf0b375ad9 Mon Sep 17 00:00:00 2001 From: cedricduriau Date: Mon, 30 Mar 2020 20:20:29 +0200 Subject: [PATCH] rename input control --- fusion/Fuses/numberfrommatrix.fuse | 2 +- fusion/Fuses/numberfromvector.fuse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fusion/Fuses/numberfrommatrix.fuse b/fusion/Fuses/numberfrommatrix.fuse index 0b884e5..3d0ffa7 100644 --- a/fusion/Fuses/numberfrommatrix.fuse +++ b/fusion/Fuses/numberfrommatrix.fuse @@ -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, diff --git a/fusion/Fuses/numberfromvector.fuse b/fusion/Fuses/numberfromvector.fuse index 40c92eb..6d4143e 100644 --- a/fusion/Fuses/numberfromvector.fuse +++ b/fusion/Fuses/numberfromvector.fuse @@ -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,