Browse Source

Fix misspelling of gltf

newinvert
Mark Roszko 2 years ago
parent
commit
a74c96b287
  1. 2
      pcbnew/dialogs/dialog_export_step.cpp

2
pcbnew/dialogs/dialog_export_step.cpp

@ -339,7 +339,7 @@ void DIALOG_EXPORT_STEP::onBrowseClicked( wxCommandEvent& aEvent )
{
wxString filter = _( "STEP files" )
+ AddFileExtListToFilter( { FILEEXT::StepFileExtension, FILEEXT::StepFileAbrvExtension } ) + "|"
+ _( "Binary GTLF files" )
+ _( "Binary glTF files" )
+ AddFileExtListToFilter( { FILEEXT::GltfBinaryFileExtension } );
// Build the absolute path of current output directory to preselect it in the file browser.

Loading…
Cancel
Save