Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
e5309de6
Commit
e5309de6
authored
Jul 30, 2022
by
Mahyar Koshkouei
Browse files
Fix spelling in render preset dialog
parent
4db96355
Pipeline
#210520
passed with stage
in 6 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderpresetdialog.cpp
View file @
e5309de6
...
...
@@ -163,7 +163,7 @@ RenderPresetDialog::RenderPresetDialog(QWidget *parent, RenderPresetModel *prese
vRateControlCombo
->
addItem
(
i18n
(
"Average Bitrate"
));
vRateControlCombo
->
addItem
(
i18n
(
"CBR – Constant Bitrate"
));
vRateControlCombo
->
addItem
(
i18n
(
"VBR – Variable Bitrate"
));
vRateControlCombo
->
addItem
(
i18n
(
"Contrained VBR"
));
vRateControlCombo
->
addItem
(
i18n
(
"Con
s
trained VBR"
));
connect
(
scanningCombo
,
&
QComboBox
::
currentTextChanged
,
this
,
[
&
]()
{
fieldOrderCombo
->
setEnabled
(
scanningCombo
->
currentIndex
()
!=
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment