diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-21 11:43:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-21 11:43:42 +0100 |
| commit | e77cb632183134a3bfba23d39fa5162a507f6337 (patch) | |
| tree | 39ea4737428527d809bdd8a78d16788d3a5b83dd /src | |
| parent | d357bece57d366fcf4b4eac4057ff9eaddd70a36 (diff) | |
More capitalisation fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 4 | ||||
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 3f156f4b9..2613358e5 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -359,7 +359,7 @@ private: { wxInitAllImageHandlers (); - SetAppName (_("DCP-o-matic KDM creator")); + SetAppName (_("DCP-o-matic KDM Creator")); if (!wxApp::OnInit()) { return false; @@ -395,7 +395,7 @@ private: */ Config::drop (); - _frame = new DOMFrame (_("DCP-o-matic KDM creator")); + _frame = new DOMFrame (_("DCP-o-matic KDM Creator")); SetTopWindow (_frame); _frame->Maximize (); _frame->Show (); diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index 8cc86e0b0..84a7dbe56 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -215,7 +215,7 @@ public: icon.CopyFromBitmap (bitmap); #endif - SetIcon (icon, std_to_wx ("DCP-o-matic encode server")); + SetIcon (icon, std_to_wx ("DCP-o-matic Encode Server")); Bind (wxEVT_COMMAND_MENU_SELECTED, boost::bind (&TaskBarIcon::status, this), ID_status); Bind (wxEVT_COMMAND_MENU_SELECTED, boost::bind (&TaskBarIcon::quit, this), ID_quit); |
