1
0
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:
lllucius 2011-03-07 01:46:05 +00:00
parent 75745cc71c
commit e1923bc07f

View File

@ -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;
}