Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Add additional tooltip to profile.c (I missed one).
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 20, 2016
1 parent 3177ddf commit c5a6c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/profile.c
Expand Up @@ -1191,6 +1191,7 @@ const idclass_t profile_matroska_class =
.type = PT_BOOL,
.id = "webm",
.name = N_("WEBM"),
.desc = N_("Use WEBM format."),
.off = offsetof(profile_matroska_t, pro_webm),
.opts = PO_ADVANCED,
.def.i = 0,
Expand Down

0 comments on commit c5a6c59

Please sign in to comment.