diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-24 10:27:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-24 10:27:56 +0100 |
| commit | 360f49fad409d1e37318ffcf3069c4111c19c7b8 (patch) | |
| tree | e872689ec14485630f52eddc142bd1924eed1ae7 /src/tools/dcpomatic.cc | |
| parent | 1b4bb48ed28295f7c647adca041cc29fb061b2a1 (diff) | |
| parent | bccbbe081b484f48101d76ec52aee922efa2fc50 (diff) | |
Merge branch 'master' of git.carlh.net:git/dcpomatic
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index fa89a4871..fe3a43f71 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -415,7 +415,7 @@ private: } catch (exception& e) { error_dialog (this, e.what ()); } catch (...) { - error_dialog (this, _("An unknown exeception occurred.")); + error_dialog (this, _("An unknown exception occurred.")); } d->Destroy (); |
