mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add missing quote
This commit is contained in:
parent
b6c8b96cf2
commit
99d7720a63
1 changed files with 1 additions and 1 deletions
|
|
@ -2399,7 +2399,7 @@ if (!Profile->get_mixbus()) {
|
|||
|
||||
bo = new BoolOption (
|
||||
"strict-io",
|
||||
_("Use 'Strict-I/O for new tracks or Busses"),
|
||||
_("Use 'Strict-I/O' for new tracks or Busses"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_strict_io),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_strict_io)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue