summaryrefslogtreecommitdiffstats
path: root/gtk/src/preset_xlat.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-08-23 20:04:38 +0000
committerjstebbins <[email protected]>2008-08-23 20:04:38 +0000
commitddacbf46e7ad7fafacc35eeb6d2dfb5fbb698913 (patch)
treefb2c08b22fcaca8275f063497bc247f6c21712fa /gtk/src/preset_xlat.c
parent158e774a39c3c914dbe1ae2294df57853812b3e8 (diff)
LinGui: allow standard presets to be deleted and provide a button to reload
them. This makes the lingui conform more closely to the macgui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1650 b64f7644-9d1e-0410-96f1-a4d463321fa5
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", ""},