1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Removed dependencies of libslic3r on Slic3r GUI library.

This commit is contained in:
bubnikv
2018-06-20 18:55:31 +02:00
parent 02d4f3e14d
commit ac011aec6d
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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 {