Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 49:17787ea5f732
* More transforms in recent transforms menu
author | Chris Cannam |
---|---|
date | Thu, 05 Oct 2006 18:45:16 +0000 |
parents | 5e2055007bda |
children | 94f1c2747de4 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Thu Oct 05 15:39:23 2006 +0000 +++ b/main/MainWindow.cpp Thu Oct 05 18:45:16 2006 +0000 @@ -103,7 +103,7 @@ m_playSource(0), m_playTarget(0), m_recentFiles("RecentFiles"), - m_recentTransforms("RecentTransforms"), + m_recentTransforms("RecentTransforms", 20), m_mainMenusCreated(false), m_paneMenu(0), m_layerMenu(0),