summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-14 14:06:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-14 14:06:22 +0200
commit1fdd53b6f652419f0f63c6846660f80ec672853a (patch)
treeb60cf615c1e319806fd1c43aa5a6910a6a0dcc18 /ftnoir_tracker_ht
parentffa06a093c0ca6a1024db9b013fe52d87bb2553f (diff)
update options api
Diffstat (limited to 'ftnoir_tracker_ht')
-rw-r--r--ftnoir_tracker_ht/ftnoir_tracker_ht.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
index 05eb116c..a1cb33a5 100644
--- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
+++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
@@ -267,6 +267,6 @@ void TrackerControls::doOK()
void TrackerControls::doCancel()
{
- s.b->revert();
+ s.b->reload();
this->close();
}