Skip to content

Commit

Permalink
rename input
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Duriau committed Mar 16, 2020
1 parent 6cfd602 commit 5b25eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusion/Fuses/jsonfromfile.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. ]]
InFile = self:AddInput("File" , "Input" , {
InFile = self:AddInput("Input" , "Input" , {
LINKID_DataType = "Text",
INPID_InputControl = "FileControl",
FC_IsSaver = false,
Expand Down

0 comments on commit 5b25eb5

Please sign in to comment.