From 6072053737a78ccf2d4a3fdbde0797408ea88a11 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 21 Oct 2022 16:50:34 +0800 Subject: [PATCH] update SF version --- src/slic3r/GUI/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AboutDialog.cpp b/src/slic3r/GUI/AboutDialog.cpp index 848e59fea1..9b03cfe15b 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -245,7 +245,7 @@ AboutDialog::AboutDialog() { vesizer->Add(0, FromDIP(165), 1, wxEXPAND, FromDIP(5)); - auto version_string = _L("SoftFever Version") + " " + std::string(SLIC3R_VERSION); + auto version_string = _L("SoftFever Version") + " " + std::string(SoftFever_VERSION); wxStaticText* version = new wxStaticText(this, wxID_ANY, version_string.c_str(), wxDefaultPosition, wxDefaultSize); wxFont version_font = GetFont(); #ifdef __WXMSW__