mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-12 14:47:43 +02:00
Getting there...a little more info is needed.
This commit is contained in:
parent
75745cc71c
commit
e1923bc07f
@ -1325,8 +1325,14 @@ wxString MP3Exporter::GetLibraryPath()
|
||||
wxString path;
|
||||
|
||||
if (reg.Exists()) {
|
||||
wxLogMessage(wxT("LAME registry key exists."));
|
||||
reg.QueryValue(wxT("InstallPath"), path);
|
||||
}
|
||||
else {
|
||||
wxLogMessage(wxT("LAME registry key does not exist."));
|
||||
}
|
||||
|
||||
wxLogMessage(wxT("Library path is: ") + path);
|
||||
|
||||
return path;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user