summaryrefslogtreecommitdiffstats
path: root/gtk/src/preset_xlat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/preset_xlat.c')
-rw-r--r--gtk/src/preset_xlat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/src/preset_xlat.c b/gtk/src/preset_xlat.c
index e393dbe36..c3cd8b993 100644
--- a/gtk/src/preset_xlat.c
+++ b/gtk/src/preset_xlat.c
@@ -76,6 +76,7 @@ start_element(
gchar *settings[] =
{
"preset_description",
+ "preset_type",
"subtitle_lang",
"forced_subtitles",
"source_audio_lang",
@@ -578,7 +579,7 @@ static xlat_t keys[] =
{"PresetDescription", "preset_description"},
{"Subtitles", "subtitle_lang"},
{"Subtitles", "subtitle_lang"},
- {"Type", ""}, // preset type builtin/custom
+ {"Type", "preset_type"}, // preset type builtin/custom
{"UsesMaxPictureSettings", "autoscale"},
{"UsesPictureFilters", ""},
{"UsesPictureSettings", ""},