Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
2eee7763
Commit
2eee7763
authored
Jan 24, 2021
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename "record timecode" to "source timecode"
Related to
#886
parent
4134de77
Pipeline
#48500
passed with stage
in 10 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/monitor/monitor.cpp
src/monitor/monitor.cpp
+1
-1
No files found.
src/monitor/monitor.cpp
View file @
2eee7763
...
...
@@ -637,7 +637,7 @@ void Monitor::setupMenu(QMenu *goMenu, QMenu *overlayMenu, QAction *playZone, QA
switchAudioMonitor
->
setChecked
((
KdenliveSettings
::
monitoraudio
()
&
m_id
)
!=
0
);
if
(
m_id
==
Kdenlive
::
ClipMonitor
)
{
QAction
*
recordTimecode
=
new
QAction
(
i18n
(
"Show
Record
Timecode"
),
this
);
QAction
*
recordTimecode
=
new
QAction
(
i18n
(
"Show
Source
Timecode"
),
this
);
recordTimecode
->
setCheckable
(
true
);
connect
(
recordTimecode
,
&
QAction
::
triggered
,
this
,
&
Monitor
::
slotSwitchRecTimecode
);
recordTimecode
->
setChecked
(
KdenliveSettings
::
rectimecode
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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