mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Show version and description in About dialog
This commit is contained in:
@@ -78,6 +78,8 @@ sub About {
|
|||||||
my $info = Wx::AboutDialogInfo->new;
|
my $info = Wx::AboutDialogInfo->new;
|
||||||
$info->SetName('Slic3r');
|
$info->SetName('Slic3r');
|
||||||
$info->AddDeveloper('Alessandro Ranellucci');
|
$info->AddDeveloper('Alessandro Ranellucci');
|
||||||
|
$info->SetVersion($Slic3r::VERSION);
|
||||||
|
$info->SetDescription('STL-to-GCODE translator for RepRap printers');
|
||||||
|
|
||||||
Wx::AboutBox($info);
|
Wx::AboutBox($info);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user