From 46bde9b3376b707ae65feecfc946ea09f32d74c4 Mon Sep 17 00:00:00 2001 From: Stone Li Date: Tue, 22 Nov 2022 09:10:39 +0800 Subject: [PATCH] FIX: fix lang_code for hms Change-Id: I75035f8d0fe70b35683cc383ca139c0377bf3a14 --- src/slic3r/GUI/HMS.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/HMS.cpp b/src/slic3r/GUI/HMS.cpp index ef79798101..2bb7a78b37 100644 --- a/src/slic3r/GUI/HMS.cpp +++ b/src/slic3r/GUI/HMS.cpp @@ -143,6 +143,7 @@ std::string HMSQuery::hms_language_code() // set language code to en by default return "en"; } + return lang_code; } std::string HMSQuery::get_hms_file()