]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo.
authorRobert Roebling <robert@roebling.de>
Sun, 11 Aug 2002 19:39:22 +0000 (19:39 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 11 Aug 2002 19:39:22 +0000 (19:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/fontenum.cpp

index 4c5392c094c00b6195ff861c0688462ed95708d7..5ce2b4e93defa45d97ba95ee1f65e1def804b6b2 100644 (file)
@@ -56,7 +56,7 @@ bool wxFontEnumerator::EnumerateFacenames(wxFontEncoding encoding,
 {
     if ( fixedWidthOnly )
     {
-        OnFacename( wxT("monospaced") );
+        OnFacename( wxT("monospace") );
     }
     else
     {