mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Show version and description in About dialog
This commit is contained in:
		
							parent
							
								
									65d6a83672
								
							
						
					
					
						commit
						3aa901f149
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -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); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Henrik Brix Andersen
						Henrik Brix Andersen