mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixed typo.
This commit is contained in:
parent
af0e9370fb
commit
f626f69e90
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ void MainFrame::init_menubar()
|
||||||
wxString sep_space = "\xA0";
|
wxString sep_space = "\xA0";
|
||||||
#else
|
#else
|
||||||
wxString sep = " - ";
|
wxString sep = " - ";
|
||||||
wxStrubg sep_space = "";
|
wxString sep_space = "";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Edit menu
|
// Edit menu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue