mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
GUI_App.hpp changed to UTF-8
This commit is contained in:
parent
00b833fbbe
commit
6e5ce6eb61
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ enum ConfigMenuIDs {
|
|||
|
||||
class Tab;
|
||||
|
||||
static wxString dots("…"/*, wxConvUTF8*/);
|
||||
static wxString dots("…", wxConvUTF8);
|
||||
|
||||
class GUI_App : public wxApp
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue