← Back to team overview

kicad-developers team mailing list archive

MacOSX - Type in the about dialog

 

I know is an idiot change proposal, but why don't fix it ? ;)

Index: about_kicad.cpp
===================================================================
--- about_kicad.cpp	(revision 1680)
+++ about_kicad.cpp	(working copy)
@@ -65,7 +65,7 @@
 
/* Check for wxMAC */
#	elif defined __WXMAC__
-	description << ( wxT( "on Macintosch" ) );
+	description << ( wxT( "on Macintosh" ) );
 
/* Linux 64 bits */
#	elif defined _LP64 && __LINUX__