Mark SCP as being the protocol for Doremi as well as AAM (#678).
authorCarl Hetherington <cth@carlh.net>
Wed, 2 Sep 2015 09:51:52 +0000 (10:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 09:20:41 +0000 (10:20 +0100)
src/wx/config_dialog.cc

index adaee777b51634cdde165d66c664be7bd871abca..08b78bce1abdc3291964b4a67d32789463233675 100644 (file)
@@ -956,7 +956,7 @@ private:
                _tms_password = new wxTextCtrl (_panel, wxID_ANY);
                table->Add (_tms_password, 1, wxEXPAND);
 
-               _tms_protocol->Append (_("SCP (for AAM)"));
+               _tms_protocol->Append (_("SCP (for AAM and Doremi)"));
                _tms_protocol->Append (_("FTP (for Dolby)"));
 
                _tms_protocol->Bind (wxEVT_COMMAND_CHOICE_SELECTED, boost::bind (&TMSPage::tms_protocol_changed, this));