Rename 'Save Config' menu item to 'Export Config' to match button label.
This commit is contained in:
parent
60ff9938ef
commit
b59040f954
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ sub OnInit {
|
|||
# File menu
|
||||
my $fileMenu = Wx::Menu->new;
|
||||
{
|
||||
$fileMenu->Append(1, "Save Config…");
|
||||
$fileMenu->Append(1, "Export Config…");
|
||||
$fileMenu->Append(2, "Open Config…");
|
||||
$fileMenu->AppendSeparator();
|
||||
$fileMenu->Append(3, "Slice…");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue