16 lines
764 B
Plaintext
16 lines
764 B
Plaintext
$OpenBSD: patch-src_prefs_FileFormatPrefs_cpp,v 1.4 2009/03/14 03:49:43 jakemsr Exp $
|
|
--- src/prefs/FileFormatPrefs.cpp.orig Sat Nov 29 02:28:41 2008
|
|
+++ src/prefs/FileFormatPrefs.cpp Sat Nov 29 02:29:00 2008
|
|
@@ -98,9 +98,10 @@ void FileFormatPrefs::PopulateOrExchange( ShuttleGui &
|
|
S.AddVariableText( _("LAME MP3 Library:"),
|
|
true,
|
|
wxALL | wxALIGN_RIGHT | wxALIGN_CENTRE_VERTICAL );
|
|
- S.Id( ID_MP3_DOWN_BUTTON ).AddButton( _("&Download"),
|
|
+ wxButton *bdwn = S.Id( ID_MP3_DOWN_BUTTON ).AddButton( _("&Download"),
|
|
wxALL | wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL );
|
|
S.EndTwoColumn();
|
|
+ bdwn->Enable(FALSE);
|
|
}
|
|
S.EndStatic();
|
|
S.StartStatic( _("FFmpeg Import/Export Library"),1);
|