mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32.
This commit is contained in:
@@ -284,7 +284,7 @@ void KeyConfigPrefs::OnLoad(wxCommandEvent & e)
|
||||
XMLFileReader reader;
|
||||
if (!reader.Parse(mManager, file)) {
|
||||
wxMessageBox(reader.GetErrorStr(),
|
||||
_("Error loading keyboard shortcuts"),
|
||||
_("Error Loading Keyboard Shortcuts"),
|
||||
wxOK | wxCENTRE, this);
|
||||
}
|
||||
|
||||
@@ -323,7 +323,7 @@ void KeyConfigPrefs::OnSave(wxCommandEvent & e)
|
||||
catch (XMLFileWriterException* pException)
|
||||
{
|
||||
wxMessageBox(_("Couldn't write to file: ") + file,
|
||||
_("Error saving keyboard shortcuts"),
|
||||
_("Error Saving Keyboard Shortcuts"),
|
||||
wxOK | wxCENTRE, this);
|
||||
|
||||
delete pException;
|
||||
|
||||
Reference in New Issue
Block a user