diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 15:12:32 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 15:12:32 +0100 |
commit | 986367293179c4836a044aa704b54d2491b4a76b (patch) | |
tree | 79ca9121719d12372391672545a82be2b6df0d5a /src | |
parent | 08b901edc549f46b96da8847bb8c7e3847f42fc2 (diff) |
cosmetics
Diffstat (limited to 'src')
-rw-r--r-- | src/UpdateGUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateGUI.cpp b/src/UpdateGUI.cpp index 076c211..9db59f9 100644 --- a/src/UpdateGUI.cpp +++ b/src/UpdateGUI.cpp @@ -94,7 +94,7 @@ UpdateGUIFrame::UpdateGUIFrame(const wxString& title, const wxPoint& pos, const subBox->AddStretchSpacer(); ipEntry = new wxTextCtrl(this, wxID_IP, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0); - ipEntry->SetHint(wxT("energymanager.tld,energymanager.tld:8080,192.168.0.1,192.168.0.1:8080")); + ipEntry->SetHint(wxT("domain.local,domain.de:8080,192.168.0.1,192.168.0.1:8080")); ipBox->Add(ipEntry, 1, wxEXPAND|wxALL, 5); pwEntry = new wxTextCtrl(this, wxID_PW, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD); |