File formats: Uppercase file types when importing a file. (#10977)
* Added uppercase extensions for supported formats In the file App\Application.cpp * Added file types in upper case * Adds uppercase file types to the file import filter. Fixes #10879 * Added filter for *.fcmacro *.fcscript
This commit is contained in:
@@ -346,4 +346,4 @@ class PathWorkbench(Workbench):
|
||||
|
||||
Gui.addWorkbench(PathWorkbench())
|
||||
|
||||
FreeCAD.addImportType("GCode (*.nc *.gc *.ncc *.ngc *.cnc *.tap *.gcode)", "PathGui")
|
||||
FreeCAD.addImportType("GCode (*.nc *.NC *.gc *.GC *.ncc *.NCC *.ngc *.NGC *.cnc *.CNC *.tap *.TAP *.gcode *.GCODE)", "PathGui")
|
||||
|
||||
Reference in New Issue
Block a user