mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-24 17:26:47 +00:00
Remove ellipses and update translations
This commit is contained in:
@@ -3426,7 +3426,7 @@ void MainFrame::init_menubar_as_editor()
|
||||
"", nullptr, []() { return true; }, this, 1);
|
||||
parent_menu->AppendSeparator();
|
||||
append_shortcut_item(
|
||||
parent_menu, Shortcut::SpeedDial, false, _L("Open speed dial..."), "",
|
||||
parent_menu, Shortcut::SpeedDial, false, _L("Open speed dial"), "",
|
||||
[](wxCommandEvent &) { wxGetApp().open_speed_dial(); },
|
||||
"", nullptr, []() { return true; }, this);
|
||||
//parent_menu->Insert(1, preference_item);
|
||||
@@ -3454,7 +3454,7 @@ void MainFrame::init_menubar_as_editor()
|
||||
top_menu->AppendSeparator();
|
||||
|
||||
append_shortcut_item(
|
||||
top_menu, Shortcut::SpeedDial, false, _L("Open speed dial..."), "",
|
||||
top_menu, Shortcut::SpeedDial, false, _L("Open speed dial"), "",
|
||||
[](wxCommandEvent &) { wxGetApp().open_speed_dial(); },
|
||||
"", nullptr, []() { return true; }, this);
|
||||
top_menu->AppendSeparator();
|
||||
@@ -3561,7 +3561,7 @@ void MainFrame::init_menubar_as_editor()
|
||||
// On Mac, the Apple menu ignores non-standard custom items, so add Preset Bundle to the File menu
|
||||
fileMenu->AppendSeparator();
|
||||
append_shortcut_item(
|
||||
fileMenu, Shortcut::SpeedDial, false, _L("Open speed dial..."), "",
|
||||
fileMenu, Shortcut::SpeedDial, false, _L("Open speed dial"), "",
|
||||
[](wxCommandEvent&) { wxGetApp().open_speed_dial(); },
|
||||
"", nullptr, []() { return true; }, this);
|
||||
append_menu_item(
|
||||
|
||||
Reference in New Issue
Block a user