Another fix for region-equivalency pref.
This commit is contained in:
parent
1ab383d43e
commit
57d3514946
@ -2448,7 +2448,7 @@ RCOptionEditor::RCOptionEditor ()
|
||||
add_option (_("Editor"), fadeshape);
|
||||
|
||||
ComboOption<RegionEquivalence> *eqv = new ComboOption<RegionEquivalence> (
|
||||
"region-equivalence",
|
||||
"region-equivalency",
|
||||
_("Regions in active edit groups are edited together"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_region_equivalence),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_region_equivalence)
|
||||
|
Loading…
Reference in New Issue
Block a user