mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
update SF version
This commit is contained in:
parent
7a2babcd05
commit
6072053737
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ AboutDialog::AboutDialog()
|
||||||
{
|
{
|
||||||
vesizer->Add(0, FromDIP(165), 1, wxEXPAND, FromDIP(5));
|
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);
|
wxStaticText* version = new wxStaticText(this, wxID_ANY, version_string.c_str(), wxDefaultPosition, wxDefaultSize);
|
||||||
wxFont version_font = GetFont();
|
wxFont version_font = GetFont();
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue