mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-04 06:07:15 -05:00
Clean up macros a bit (#6444)
* Prefix `STRINGIFY` and `STR` macros with `LMMS_` * Fix include guard macro names * Remove unused macros
This commit is contained in:
@@ -42,7 +42,7 @@ extern "C"
|
||||
|
||||
Plugin::Descriptor PLUGIN_EXPORT peakcontrollereffect_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
LMMS_STRINGIFY( PLUGIN_NAME ),
|
||||
"Peak Controller",
|
||||
QT_TRANSLATE_NOOP( "PluginBrowser",
|
||||
"Plugin for controlling knobs with sound peaks" ),
|
||||
|
||||
Reference in New Issue
Block a user