openbsd-ports/audio/audacity/patches/patch-src_prefs_FileFormatPrefs_cpp
ajacoutot 5e971a5d99 - update to 1.3.4
ok jakemsr@
2007-12-08 11:08:38 +00:00

15 lines
832 B
Plaintext

$OpenBSD: patch-src_prefs_FileFormatPrefs_cpp,v 1.2 2007/12/08 11:08:38 ajacoutot Exp $
--- src/prefs/FileFormatPrefs.cpp.orig Sat Nov 24 12:52:17 2007
+++ src/prefs/FileFormatPrefs.cpp Sat Nov 24 12:53:28 2007
@@ -110,8 +110,8 @@ void FileFormatPrefs::PopulateOrExchange( ShuttleGui &
wxALL | wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL );
S.Id( ID_MP3_FIND_BUTTON ).AddButton( _("&Find Library"),
wxALL | wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL );
- S.Id( ID_MP3_DOWN_BUTTON ).AddButton( _("&Download Free Copy of LAME"),
- wxALL | wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL );
+/* S.Id( ID_MP3_DOWN_BUTTON ).AddButton( _("&Download Free Copy of LAME"),
+ wxALL | wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL ); */
S.EndHorizontalLay();
}
S.EndStatic();