summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-09-30 23:34:01 +0000
committerjstebbins <[email protected]>2009-09-30 23:34:01 +0000
commit9da157e1f6212cf5874ccb3d5781de8d4c0671af (patch)
tree96583fedac42fb6eac4525767a6b0728950bf7f4 /gtk/src/hb-backend.c
parentdc7dff70e32fd9fde5cd819e7e65574a75ed16f8 (diff)
LinGui: add and update a bunch of tooltips.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2859 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r--gtk/src/hb-backend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 5aa1f6378..caa11e9b7 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -226,8 +226,8 @@ combo_opts_t denoise_opts =
static options_map_t d_vcodec_opts[] =
{
{"H.264 (x264)", "x264", HB_VCODEC_X264, ""},
- {"MPEG-4 (FFMPEG)", "ffmpeg", HB_VCODEC_FFMPEG, ""},
- {"Theora", "theora", HB_VCODEC_THEORA, ""},
+ {"MPEG-4 (FFmpeg)", "ffmpeg", HB_VCODEC_FFMPEG, ""},
+ {"VP3 (Theora)", "theora", HB_VCODEC_THEORA, ""},
};
combo_opts_t vcodec_opts =
{