mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 17:42:14 +00:00
GUI_App.hpp changed to UTF-8
This commit is contained in:
@@ -60,7 +60,7 @@ enum ConfigMenuIDs {
|
||||
|
||||
class Tab;
|
||||
|
||||
static wxString dots("…"/*, wxConvUTF8*/);
|
||||
static wxString dots("…", wxConvUTF8);
|
||||
|
||||
class GUI_App : public wxApp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user