1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Some more localization improvements.

This commit is contained in:
bubnikv
2019-05-09 19:24:21 +02:00
parent b6837112df
commit b7361200bf
8 changed files with 1796 additions and 1576 deletions
+1 -1
View File
@@ -795,7 +795,7 @@ bool GLCanvas3D::WarningTexture::_generate(const std::string& msg_utf8, const GL
if (msg_utf8.empty())
return false;
wxString msg = _(msg_utf8);//GUI::from_u8(msg_utf8);
wxString msg = _(msg_utf8);
wxMemoryDC memDC;