mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-24 02: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:
@@ -41,7 +41,7 @@ extern "C"
|
||||
|
||||
Plugin::Descriptor PLUGIN_EXPORT dynamicsprocessor_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
LMMS_STRINGIFY( PLUGIN_NAME ),
|
||||
"Dynamics Processor",
|
||||
QT_TRANSLATE_NOOP( "PluginBrowser",
|
||||
"plugin for processing dynamics in a flexible way" ),
|
||||
|
||||
Reference in New Issue
Block a user