$OpenBSD: patch-src_export_ExportMP3_cpp,v 1.8 2009/03/14 03:49:43 jakemsr Exp $
--- src/export/ExportMP3.cpp.orig	Tue Jan 27 12:50:58 2009
+++ src/export/ExportMP3.cpp	Mon Mar  9 00:50:23 2009
@@ -575,8 +575,9 @@ class FindDialog : public wxDialog (public)
                mPathText = S.AddTextBox(wxT(""), mLibPath.GetFullPath(), 0);
             }
             S.Id(ID_BROWSE).AddButton(_("Browse..."), wxALIGN_RIGHT);
-            S.AddVariableText(_("To get a free copy of Lame, click here -->"), true);
+/*            S.AddVariableText(_("To get a free copy of Lame, click here -->"), true);
             S.Id(ID_DLOAD).AddButton(_("Download"), wxALIGN_RIGHT);
+*/
          }
          S.EndMultiColumn();
 
@@ -1360,7 +1361,7 @@ wxString MP3Exporter::GetLibraryName()
 
 wxString MP3Exporter::GetLibraryTypeString()
 {
-   return wxString(_("Only libmp3lame.so.0|libmp3lame.so.0|Primary Shared Object files (*.so)|*.so|Extended Libraries (*.so*)|*.so*|All Files (*)|*"));
+   return wxString(_("libmp3lame.so.X.Y|libmp3lame.so.*|Primary Shared Object files (*.so)|*.so|Extended Libraries (*.so*)|*.so*|All Files (*)|*"));
 }
 #endif
 
