|
|
@ -75,14 +75,12 @@ my @menu_items = ( { path => '/File', |
|
|
|
{ path => '/Edit/Settings/Stripping/settings/strip-debug', |
|
|
|
action => '11', |
|
|
|
type => '<RadioItem>' },, |
|
|
|
|
|
|
|
{ path => '/Edit/Settings/Stripping/Binaries', |
|
|
|
action => "2", |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Edit/Settings/Stripping/Modules', |
|
|
|
action => '3', |
|
|
|
type => '<CheckItem>' }, |
|
|
|
|
|
|
|
{ path => '/Edit/Settings/edit_separator', |
|
|
|
type => '<Separator>' }, |
|
|
|
{ path => '/Edit/Settings/Replacements', |
|
|
@ -91,18 +89,63 @@ my @menu_items = ( { path => '/File', |
|
|
|
{ path => '/Edit/Settings/Modules', |
|
|
|
action => "5", |
|
|
|
type => '<CheckItem>' }, |
|
|
|
|
|
|
|
{ path => '/Edit/Stages/' }, |
|
|
|
{ path => '/Edit/Stages/edit_tearoff', |
|
|
|
type => '<Tearoff>' }, |
|
|
|
{ path => '/Edit/Stages/one-by-one', |
|
|
|
action => 13, |
|
|
|
type => '<RadioItem>' }, |
|
|
|
{ path => '/Edit/Stages/continuous', |
|
|
|
action => 14, |
|
|
|
type => '<RadioItem>' }, |
|
|
|
{ path => '/Edit/Stages/user defined', |
|
|
|
action => 15, |
|
|
|
type => '<RadioItem>' }, |
|
|
|
{ path => '/Edit/File System' }, |
|
|
|
{ path => '/Edit/Replacements' }, |
|
|
|
|
|
|
|
{ path => '/_Create', |
|
|
|
type => '<Branch>' }, |
|
|
|
{ path => '/Create/create_tearoff', |
|
|
|
type => '<Tearoff>' }, |
|
|
|
{ path => '/Create/Replacements/' }, |
|
|
|
{ path => '/Create/Replacements/replacement_tearoff', |
|
|
|
type => '<Tearoff>' }, |
|
|
|
{ path => '/Create/Replacements/fstab', |
|
|
|
action => 16, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Create/Replacements/fstab directory name', |
|
|
|
type => '<Title>' }, |
|
|
|
{ path => '/Create/Replacements/rc', |
|
|
|
action => 17, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
|
|
|
|
|
|
|
|
{ path => '/_Tests', |
|
|
|
type => '<Branch>' }, |
|
|
|
{ path => '/Tests/tests_tearoff', |
|
|
|
type => '<Tearoff>' }, |
|
|
|
{ path => '/Tests/fstab', |
|
|
|
action => 18, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Tests/inittab', |
|
|
|
action => 19, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Tests/scripts', |
|
|
|
action => 19, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Tests/links', |
|
|
|
action => 20, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Tests/passwd', |
|
|
|
action => 21, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Tests/pam', |
|
|
|
action => 22, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
{ path => '/Tests/nss', |
|
|
|
action => 23, |
|
|
|
type => '<CheckItem>' }, |
|
|
|
|
|
|
|
|
|
|
|
{ path => '/_Help', |
|
|
|