changeset 62:75ce271d0edb

* (Temporarily?) restore layer hierarchy window
author Chris Cannam
date Tue, 17 Oct 2006 18:53:08 +0000
parents 963e3187d920
children dc7a73ef69af
files main/MainWindow.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Tue Oct 17 13:49:31 2006 +0000
+++ b/main/MainWindow.cpp	Tue Oct 17 18:53:08 2006 +0000
@@ -568,14 +568,14 @@
 	menu->addAction(action);
 
 /*!!! This one doesn't work properly yet
-
+ */
 	menu->addSeparator();
 
 	action = new QAction(tr("Show &Layer Hierarchy"), this);
 	action->setShortcut(tr("Alt+L"));
 	connect(action, SIGNAL(triggered()), this, SLOT(showLayerTree()));
 	menu->addAction(action);
-*/
+/* */
     }
 
     if (m_paneMenu) {