diff options
Diffstat (limited to 'src/connection_dialog.h')
| -rw-r--r-- | src/connection_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/connection_dialog.h b/src/connection_dialog.h index 9fe62fd..ec2ee72 100644 --- a/src/connection_dialog.h +++ b/src/connection_dialog.h | |||
| @@ -14,12 +14,12 @@ class ConnectionDialog : public wxDialog { | |||
| 14 | public: | 14 | public: |
| 15 | ConnectionDialog(); | 15 | ConnectionDialog(); |
| 16 | 16 | ||
| 17 | std::string GetServerValue() { return server_box_->GetValue().ToStdString(); } | 17 | std::string GetServerValue() { return server_box_->GetValue().utf8_string(); } |
| 18 | 18 | ||
| 19 | std::string GetPlayerValue() { return player_box_->GetValue().ToStdString(); } | 19 | std::string GetPlayerValue() { return player_box_->GetValue().utf8_string(); } |
| 20 | 20 | ||
| 21 | std::string GetPasswordValue() { | 21 | std::string GetPasswordValue() { |
| 22 | return password_box_->GetValue().ToStdString(); | 22 | return password_box_->GetValue().utf8_string(); |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | private: | 25 | private: |
