mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Remove curly quotes for MWS and apprentice export
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1038 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -358,7 +358,7 @@ void ApprDistro::writeD(wxTextOutputStream& tout, const String& name, int c, int
|
||||
|
||||
/// Untag function for apprentice, replaces newlines with \r\n
|
||||
String untag_appr(const String& s) {
|
||||
return replace_all(untag(s), _("\n"), _("\r\n"));
|
||||
return replace_all(untag(curly_quotes(s,false)), _("\n"), _("\r\n"));
|
||||
}
|
||||
|
||||
DECLARE_POINTER_TYPE(ApprCardRecord);
|
||||
|
||||
Reference in New Issue
Block a user