From 423a0eaac85bf30bd92f673b0fbd8c39b0e50f5c Mon Sep 17 00:00:00 2001 From: atlante45 Date: Mon, 15 Jul 2013 12:28:22 -0700 Subject: [PATCH] Fixed typo --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a795398b23..75f45e8d91 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1583,7 +1583,7 @@ void Application::initMenu() { (_manualThirdPerson = renderMenu->addAction( "Third Person", this, SLOT(setRenderThirdPerson(bool))))->setCheckable(true); renderMenu->addAction("Increase Avatar Size", this, SLOT(increaseAvatarSize()), Qt::SHIFT | Qt::Key_Plus); - renderMenu->addAction("Decrease Avatar Siz+e", this, SLOT(decreaseAvatarSize()), Qt::SHIFT | Qt::Key_Minus); + renderMenu->addAction("Decrease Avatar Size", this, SLOT(decreaseAvatarSize()), Qt::SHIFT | Qt::Key_Minus); QMenu* toolsMenu = menuBar->addMenu("Tools");