mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
reword preferences item label
This commit is contained in:
parent
c665608350
commit
bd21f968d9
1 changed files with 1 additions and 1 deletions
|
|
@ -3124,7 +3124,7 @@ These settings will only take effect after %1 is restarted.\n\
|
||||||
#if !(defined PLATFORM_WINDOWS || defined __APPLE__)
|
#if !(defined PLATFORM_WINDOWS || defined __APPLE__)
|
||||||
bo = new BoolOption (
|
bo = new BoolOption (
|
||||||
"allow-to-resize-engine-dialog",
|
"allow-to-resize-engine-dialog",
|
||||||
_("Allow to resize Engine Dialog"),
|
_("Allow resizing the audio/MIDI setup dialog"),
|
||||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_allow_to_resize_engine_dialog),
|
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_allow_to_resize_engine_dialog),
|
||||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_allow_to_resize_engine_dialog)
|
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_allow_to_resize_engine_dialog)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue