aboutsummaryrefslogtreecommitdiff
path: root/src/UserSettingsWindow.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-12-30 15:23:59 +0100
committerdec05eba <dec05eba@protonmail.com>2018-12-30 15:24:04 +0100
commit3a5f81426395f1468e6d88e98da984a3fc2c2e78 (patch)
treea8025b09111d197384b72d6c9ea4d5ce7b862562 /src/UserSettingsWindow.cpp
parent67d933956f062bffef85f3158f7e5e19a13498ab (diff)
Use config file for boostrap nodes, currently set to localhost for debug
Diffstat (limited to 'src/UserSettingsWindow.cpp')
-rw-r--r--src/UserSettingsWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UserSettingsWindow.cpp b/src/UserSettingsWindow.cpp
index ac53f7a..8c945ff 100644
--- a/src/UserSettingsWindow.cpp
+++ b/src/UserSettingsWindow.cpp
@@ -82,7 +82,7 @@ namespace dchat
avatarUrlEntry.set_hexpand(true);
rightPanel->attach_next_to(avatarUrlEntry, *avatarUrlLabel, Gtk::POS_BOTTOM, 2, 1);
- Gtk::Button *resetButton = Gtk::manage(new Gtk::Button("Rest"));
+ Gtk::Button *resetButton = Gtk::manage(new Gtk::Button("Reset"));
resetButton->set_halign(Gtk::ALIGN_END);
rightPanel->attach_next_to(*resetButton, avatarUrlEntry, Gtk::POS_BOTTOM, 1, 1);
resetButton->signal_clicked().connect([this]