Added translation marker macro for strings in libslic3r. It's just there to tag strings for poedit to pick up.

This commit is contained in:
Joseph Lenox 2017-03-28 23:46:54 -05:00
parent d5a0e78c16
commit 10830ec23b

View File

@ -32,6 +32,8 @@ void confess_at(const char *file, int line, const char *func, const char *pat, .
#define STDMOVE(WHAT) (WHAT) #define STDMOVE(WHAT) (WHAT)
#endif #endif
// dummy macro to mark strings for translation for gettext/poedit
#define __TRANS(s) s
namespace Slic3r { namespace Slic3r {
constexpr auto SLIC3R_VERSION = "1.3.0-dev"; constexpr auto SLIC3R_VERSION = "1.3.0-dev";