kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02313
MacOSX - Type in the about dialog
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Marco Serantoni" <marco.serantoni@...>
-
Date:
Wed, 01 Apr 2009 17:54:29 -0000
-
User-agent:
eGroups-EW/0.82
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__