Added context information to Hamlib interface exception messages.

Enhanced TransceiverBase  error exception  type to allow  for language
translatable messages.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4033 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2014-04-16 14:59:00 +00:00
parent 51c5f5a84f
commit 2d640afe7b
10 changed files with 112 additions and 100 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ void PollingTransceiver::impl::handle_timeout ()
}
catch (...)
{
message = "Unexpected rig error";
message = tr ("Unexpected rig error");
}
if (!message.isEmpty ())
{