From e1f61b0dee763ae1c0ff53d85ac4b41ae9314667 Mon Sep 17 00:00:00 2001 From: edouard Date: Sun, 14 Nov 2010 15:02:47 +0000 Subject: [PATCH] OP-202 Sorry, this is where the logging entries get moved, not previous commit.. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2121 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/plugins/logging/loggingplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/src/plugins/logging/loggingplugin.cpp b/ground/src/plugins/logging/loggingplugin.cpp index f2d76659f..933c6e963 100644 --- a/ground/src/plugins/logging/loggingplugin.cpp +++ b/ground/src/plugins/logging/loggingplugin.cpp @@ -139,7 +139,7 @@ bool LoggingPlugin::initialize(const QStringList& args, QString *errMsg) // Add Menu entry Core::ActionManager* am = Core::ICore::instance()->actionManager(); - Core::ActionContainer* ac = am->actionContainer(Core::Constants::M_FILE); + Core::ActionContainer* ac = am->actionContainer(Core::Constants::M_TOOLS); // Command to start logging Core::Command* cmd = am->registerAction(new QAction(this),