$OpenBSD: patch-src_export_ExportMP3_cpp,v 1.7 2009/01/11 09:29:36 jakemsr Exp $
--- src/export/ExportMP3.cpp.orig	Wed May  7 14:19:50 2008
+++ src/export/ExportMP3.cpp	Fri May  9 13:13:16 2008
@@ -575,8 +575,8 @@ 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.Id(ID_DLOAD).AddButton(_("Download..."), wxALIGN_RIGHT);
+/*            S.AddVariableText(_("To get a free copy of Lame, click here -->"), true);
+            S.Id(ID_DLOAD).AddButton(_("Download..."), wxALIGN_RIGHT); */
          }
          S.EndMultiColumn();
 
@@ -1564,7 +1564,7 @@ class LameExporter : public MP3Exporter (public)
 
    wxString 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.*|libmp3lame.so|Primary Shared Object files (*.so)|*.so|Extended Libraries (*.so*)|*.so*|All Files (*)|*"));
    }
 
 #endif
