Fix a typo made in commit 52734058.

This commit is contained in:
Wayne Stambaugh 2018-06-18 14:57:01 -04:00
parent 52734058a7
commit 11c248a463
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
appK2S.AppendDir( ".." );
appK2S.AppendDir( ".." );
appK2S.AppendDir( ".." );
e appK2S.AppendDir( "MacOS" );
appK2S.AppendDir( "MacOS" );
}
#endif