Standardize PostScript capitalizaiton

This commit is contained in:
Seth Hillbrand
2020-10-20 13:09:13 -07:00
parent 316ca120e8
commit 2a43b88115
13 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -757,7 +757,7 @@ void BM2CMP_FRAME::exportPostScriptFormat()
if( path.IsEmpty() || !wxDirExists( path ) )
path = ::wxGetCwd();
wxFileDialog fileDlg( this, _( "Create Postscript File" ),
wxFileDialog fileDlg( this, _( "Create PostScript File" ),
path, wxEmptyString,
PSFileWildcard(),
wxFD_SAVE | wxFD_OVERWRITE_PROMPT );