From: Julian Smart Date: Thu, 9 Mar 2006 07:49:32 +0000 (+0000) Subject: Missing > X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22d29469a064c3322ffa152f9d1ca73b0b26dbb6 Missing > git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/fontdlg.cpp b/src/mac/carbon/fontdlg.cpp index b59a7a07a1..67c5ff37a5 100644 --- a/src/mac/carbon/fontdlg.cpp +++ b/src/mac/carbon/fontdlg.cpp @@ -580,7 +580,7 @@ int FontFamilyStringToInt(const wxChar *family) if (!family) return wxSWISS; - if (wxStrcmp(family, _("")) == 0) return wxROMAN; else if (wxStrcmp(family, _("")) == 0) return wxDECORATIVE;