Fix peak controller display-name
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1441 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
2008-08-18 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
2008-08-18 Paul Giblock <drfaygo/at/gmail/dot/com>
|
||||
|
||||
* include/controller.h:
|
||||
* src/core/controller.cpp:
|
||||
@@ -6,6 +6,9 @@
|
||||
* src/gui/controller_connection_dialog.cpp:
|
||||
Detect loops before allowing controller-connection
|
||||
|
||||
* src/core/peak_controller.cpp:
|
||||
Changes displayName from LFO to Peak
|
||||
|
||||
2008-08-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* CMakeLists.txt:
|
||||
|
||||
@@ -44,7 +44,7 @@ peakControllerEffectVector peakController::s_effects;
|
||||
|
||||
peakController::peakController( model * _parent,
|
||||
peakControllerEffect * _peak_effect ) :
|
||||
controller( PeakController, _parent, tr( "LFO Controller" ) ),
|
||||
controller( PeakController, _parent, tr( "Peak Controller" ) ),
|
||||
m_peakEffect( _peak_effect )
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user