#include "EffectsPrefs.h"
#include <wx/choice.h>
#include <wx/defs.h>
#include "PluginManager.h"
#include "Prefs.h"
#include "../ShuttleGui.h"
Go to the source code of this file.
◆ EffectsGroupBy
Initial value:{
{
{
XO(
"Sorted by Effect Name") ,
XO(
"Sorted by Publisher and Effect Name") ,
XO(
"Sorted by Type and Effect Name") ,
XO(
"Grouped by Publisher") ,
},
{
wxT(
"sortby:publisher:name") ,
wxT(
"sortby:type:name") ,
wxT(
"groupby:publisher") ,
}
},
5
}
Definition at line 66 of file EffectsPrefs.cpp.
Referenced by anonymous_namespace{PluginMenus.cpp}::PopulateEffectsMenu(), and EffectsPrefs::PopulateOrExchange().