mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 22:45:29 +01:00
Remove trailing spaces.
This commit is contained in:
@@ -41,7 +41,7 @@ void ModulePrefs::Populate()
|
||||
{
|
||||
//------------------------- Main section --------------------
|
||||
// Now construct the GUI itself.
|
||||
// Use 'eIsCreatingFromPrefs' so that the GUI is
|
||||
// Use 'eIsCreatingFromPrefs' so that the GUI is
|
||||
// initialised with values from gPrefs.
|
||||
ShuttleGui S(this, eIsCreatingFromPrefs);
|
||||
PopulateOrExchange(S);
|
||||
@@ -58,7 +58,7 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(_("mod-&script-pipe"),
|
||||
wxT("/Module/mod-script-pipe"),
|
||||
false);
|
||||
S.TieCheckBox(_("mod-&nyq-bench"),
|
||||
S.TieCheckBox(_("mod-&nyq-bench"),
|
||||
wxT("/Module/mod-nyq-bench"),
|
||||
false);
|
||||
S.TieCheckBox(_("mod-&track-panel"),
|
||||
|
||||
Reference in New Issue
Block a user