Skip to content

Commit

Permalink
Refs #4472. Handle name for workspace context menu for Squish testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Feb 15, 2012
1 parent d3413b9 commit 3123c6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidPlot/src/Mantid/MantidDock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@ void MantidDockWidget::popupMenu(const QPoint & pos)
{
// Fresh menu
menu = new QMenu(this);
menu->setObjectName("WorkspaceContextMenu");
Mantid::API::Workspace_const_sptr ws;
try
{
Expand Down

0 comments on commit 3123c6a

Please sign in to comment.