Show version and description in About dialog
This commit is contained in:
parent
65d6a83672
commit
3aa901f149
@ -78,6 +78,8 @@ sub About {
|
||||
my $info = Wx::AboutDialogInfo->new;
|
||||
$info->SetName('Slic3r');
|
||||
$info->AddDeveloper('Alessandro Ranellucci');
|
||||
$info->SetVersion($Slic3r::VERSION);
|
||||
$info->SetDescription('STL-to-GCODE translator for RepRap printers');
|
||||
|
||||
Wx::AboutBox($info);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user