mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Removed dependencies of libslic3r on Slic3r GUI library.
This commit is contained in:
parent
02d4f3e14d
commit
ac011aec6d
2 changed files with 9 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
//! macro used to mark string used at localization,
|
||||
//! return same string
|
||||
#define L(s) translate(s)
|
||||
#define L(s) Slic3r::I18N::translate(s)
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue