fixed wrong macro-name - fixes unusable Mallets-plugin

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1263 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-02 21:43:14 +00:00
parent 60e5117a94
commit bc34c0083f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-07-02 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/config_mgr.cpp:
fixed wrong macro-name - fixes unusable Mallets-plugin
2008-07-01 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/sf2_player/Makefile.am:

View File

@@ -281,7 +281,7 @@ bool configManager::loadConfigFile( void )
#endif
}
#ifdef LMMS_LMMS_HAVE_STK_H
#ifdef LMMS_HAVE_STK_H
if( m_stkDir == "" )
{
m_stkDir = "/usr/share/stk/rawwaves/";