mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 23:15:36 +01:00
XMLFileWriter takes TranslatableString caption
This commit is contained in:
@@ -292,8 +292,8 @@ wxString XMLWriter::XMLEsc(const wxString & s)
|
||||
///
|
||||
/// XMLFileWriter class
|
||||
///
|
||||
XMLFileWriter::XMLFileWriter
|
||||
( const FilePath &outputPath, const wxString &caption, bool keepBackup )
|
||||
XMLFileWriter::XMLFileWriter(
|
||||
const FilePath &outputPath, const TranslatableString &caption, bool keepBackup )
|
||||
: mOutputPath{ outputPath }
|
||||
, mCaption{ caption }
|
||||
, mKeepBackup{ keepBackup }
|
||||
|
||||
Reference in New Issue
Block a user