mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Localization for app controller.
This commit is contained in:
parent
ddb4945586
commit
27b0926c19
6 changed files with 134 additions and 111 deletions
10
xs/src/slic3r/Strings.hpp
Normal file
10
xs/src/slic3r/Strings.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef STRINGS_HPP
|
||||
#define STRINGS_HPP
|
||||
|
||||
#include "GUI/GUI.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
using string = wxString;
|
||||
}
|
||||
|
||||
#endif // STRINGS_HPP
|
Loading…
Add table
Add a link
Reference in a new issue