mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
Fix for bug 2050
This fix will become irrelevant when LAME is included, but may as well fix it in the meantime.
This commit is contained in:
parent
8012f6b2dd
commit
b0738f6e09
@ -1154,7 +1154,7 @@ bool MP3Exporter::InitLibrary(wxString libpath)
|
||||
be_version v;
|
||||
beVersion(&v);
|
||||
|
||||
mBladeVersion.Printf(_("You are linking to lame_enc.dll v%d.%d. This version is not compatible with Audacity %d.%d.%d.\nPlease download the latest version of the LAME MP3 library."),
|
||||
mBladeVersion.Printf(_("You are linking to lame_enc.dll v%d.%d. This version is not compatible with Audacity %d.%d.%d.\nPlease download the latest version of 'LAME for Audacity'."),
|
||||
v.byMajorVersion,
|
||||
v.byMinorVersion,
|
||||
AUDACITY_VERSION,
|
||||
|
Loading…
x
Reference in New Issue
Block a user