mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
we always only use the "C" locale when saving.
This commit is contained in:
parent
2624c0966b
commit
3dc7728038
33 changed files with 60 additions and 74 deletions
|
|
@ -1900,7 +1900,7 @@ EngineControl::maybe_display_saved_state ()
|
|||
XMLNode&
|
||||
EngineControl::get_state ()
|
||||
{
|
||||
LocaleGuard lg (X_("C"));
|
||||
LocaleGuard lg ();
|
||||
|
||||
XMLNode* root = new XMLNode ("AudioMIDISetup");
|
||||
std::string path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue