Skip to content
Snippets Groups Projects
Commit ff9abe2f authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

COMP: use the right type for filename parameters

parent be96d31f
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ private: ...@@ -164,7 +164,7 @@ private:
SetMaximumParameterFloatValue("float", 15.0); SetMaximumParameterFloatValue("float", 15.0);
AddParameter(ParameterType_String, "string", "String"); AddParameter(ParameterType_String, "string", "String");
MandatoryOff("string"); MandatoryOff("string");
AddParameter(ParameterType_Filename, "filename", "File name"); AddParameter(ParameterType_InputFilename, "filename", "File name");
MandatoryOff("filename"); MandatoryOff("filename");
AddParameter(ParameterType_Directory, "directory", "Directory name"); AddParameter(ParameterType_Directory, "directory", "Directory name");
MandatoryOff("directory"); MandatoryOff("directory");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment