diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 14:06:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 14:06:22 +0200 |
commit | 1fdd53b6f652419f0f63c6846660f80ec672853a (patch) | |
tree | b60cf615c1e319806fd1c43aa5a6910a6a0dcc18 /facetracknoir | |
parent | ffa06a093c0ca6a1024db9b013fe52d87bb2553f (diff) |
update options api
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/shortcuts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/shortcuts.cpp b/facetracknoir/shortcuts.cpp index 758617ca..94c46376 100644 --- a/facetracknoir/shortcuts.cpp +++ b/facetracknoir/shortcuts.cpp @@ -40,7 +40,7 @@ void KeyboardShortcutDialog::doOK() { } void KeyboardShortcutDialog::doCancel() { - mainApp->b->revert(); + mainApp->s.b->reload(); close(); } |