diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-02 10:51:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 10:20:41 +0100 |
| commit | c138f4050bffbdc97edca8a824297f155dc62da3 (patch) | |
| tree | 12f39e7da74c9418851594b81cda5dc482861cc5 /src | |
| parent | fa09d53b775002152d46c3e1feb21496c0e80097 (diff) | |
Mark SCP as being the protocol for Doremi as well as AAM (#678).
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index adaee777b..08b78bce1 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -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)); |
