update SF version

This commit is contained in:
SoftFever 2022-10-21 16:50:34 +08:00
parent 7a2babcd05
commit 6072053737

View file

@ -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__