--- odalaunch/src/dlg_main.cpp +++ odalaunch/src/dlg_main.cpp @@ -257,11 +257,9 @@ void dlgMain::OnManualConnect(wxCommandE wxString ped_result; wxString ted_result; - const char *HelpText = "Please enter an IP Address or Hostname. \n\nAn " + wxTextEntryDialog ted(this, wxT("Please enter an IP Address or Hostname. \n\nAn " "optional port number can exist for IPs or Hosts\n" - "by putting a : after the address."; - - wxTextEntryDialog ted(this, wxT(HelpText), wxT("Manual Connect"), + "by putting a : after the address."), wxT("Manual Connect"), wxT("0.0.0.0:0")); wxPasswordEntryDialog ped(this, wxT("Enter a password (optional)"),