diff --git a/Applications/DataExplorer/mainwindow.cpp b/Applications/DataExplorer/mainwindow.cpp
index ef988eda428aafaa36422081cd115efc62a014ed..e95c4bf1c8760986545af404453e09d6a74576e8 100644
--- a/Applications/DataExplorer/mainwindow.cpp
+++ b/Applications/DataExplorer/mainwindow.cpp
@@ -317,8 +317,8 @@ MainWindow::MainWindow(QWidget* parent /* = 0*/)
 	QAction* showModellingDockAction = modellingDock->toggleViewAction();
 	showModellingDockAction->setStatusTip(tr("Shows / hides the Process view"));
 	connect(showModellingDockAction, SIGNAL(triggered(bool)), this,
-	        SLOT(showMshDockWidget(bool)));
-	menuWindows->addAction(showMshDockAction);
+	        SLOT(showConditionDockWidget(bool)));
+	menuWindows->addAction(showModellingDockAction);
 
 	QAction* showVisDockAction = vtkVisDock->toggleViewAction();
 	showVisDockAction->setStatusTip(tr("Shows / hides the VTK Pipeline view"));