mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
12 lines
406 B
C
12 lines
406 B
C
|
|
|
||
|
|
/* This file was generated by tools/process-metadata. DO NOT EDIT THIS FILE. EVER! */
|
||
|
|
void
|
||
|
|
UIConfiguration::build_metadata ()
|
||
|
|
{
|
||
|
|
|
||
|
|
#define VAR_META(name,...) { char const * _x[] { __VA_ARGS__ }; all_metadata.insert (std::make_pair<std::string,Metadata> ((name), PBD::upcase (_x))); }
|
||
|
|
|
||
|
|
VAR_META (X_("font-scale"), _("fonts"), _("font"), _("size"), _("scaling"), _("readable"), _("readability"), NULL);
|
||
|
|
|
||
|
|
}
|