From 55d96147578860f1898832be0549109f9fa3c374 Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Tue, 13 May 2014 00:58:49 -0400 Subject: [PATCH] Menu.cpp Typo: goToOrientation calling goToDestination. --- interface/src/Menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Menu.cpp b/interface/src/Menu.cpp index e1d0c6a574..2daf5b0240 100644 --- a/interface/src/Menu.cpp +++ b/interface/src/Menu.cpp @@ -889,7 +889,7 @@ void Menu::goToDomainDialog() { } void Menu::goToOrientation(QString orientation) { - LocationManager::getInstance().goToDestination(orientation); + LocationManager::getInstance().goToOrientation(orientation); } bool Menu::goToDestination(QString destination) {