mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
add locale guards for export format
This commit is contained in:
parent
283376db4c
commit
69d644e979
1 changed files with 2 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ ExportFormatSpecification::~ExportFormatSpecification ()
|
|||
XMLNode &
|
||||
ExportFormatSpecification::get_state ()
|
||||
{
|
||||
LocaleGuard lg;
|
||||
XMLNode * node;
|
||||
XMLNode * root = new XMLNode ("ExportFormatSpecification");
|
||||
|
||||
|
|
@ -340,6 +341,7 @@ ExportFormatSpecification::set_state (const XMLNode & root)
|
|||
XMLProperty const * prop;
|
||||
XMLNode const * child;
|
||||
string value;
|
||||
LocaleGuard lg;
|
||||
|
||||
if ((prop = root.property ("name"))) {
|
||||
_name = prop->value();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue