Mercurial > hg > svcore
diff transform/TransformFactory.cpp @ 102:0a846f83a4b7
* Move matrix/fft file code to fileio (from base)
* Add right-button menu to panes
author | Chris Cannam |
---|---|
date | Fri, 05 May 2006 13:06:47 +0000 |
parents | 9e027aa5b5c3 |
children | c30728d5625c |
line wrap: on
line diff
--- a/transform/TransformFactory.cpp Fri May 05 12:34:51 2006 +0000 +++ b/transform/TransformFactory.cpp Fri May 05 13:06:47 2006 +0000 @@ -175,7 +175,7 @@ !plugin->getParameterDescriptors().empty()); transforms[transformName] = - TransformDesc(tr("Analysis Plugin"), + TransformDesc(tr("Analysis Plugins"), transformName, userDescription, friendlyName, @@ -255,7 +255,7 @@ bool configurable = (descriptor->parameterCount > 0); transforms[transformName] = - TransformDesc(tr("Real-Time Plugin"), + TransformDesc(tr("Other Plugins"), transformName, userDescription, userDescription,