More capitalisation fixes.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2016 10:43:42 +0000 (11:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2016 10:43:42 +0000 (11:43 +0100)
src/tools/dcpomatic_kdm.cc
src/tools/dcpomatic_server.cc

index 3f156f4b9ece9fbdbe131cfdc69ed2c131472966..2613358e581a159747c653f48d7fc11d2cdde15e 100644 (file)
@@ -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 ();
index 8cc86e0b0df8d667f3c292838617f222522f9010..84a7dbe56f1b4b92cfa209b902d6949f12964501 100644 (file)
@@ -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);