diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-10-09 16:19:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-10-09 16:19:21 +0200 |
commit | 87234f93be1097ee682fbc20422ae3a07892cb30 (patch) | |
tree | d4e3b51658c8766fff0e5977542858615b413f3b /k9author/k9newtitle.cpp | |
parent | f083c21276545263a0b23d829139c6732b837af3 (diff) | |
download | k9copy-87234f93be1097ee682fbc20422ae3a07892cb30.tar.gz k9copy-87234f93be1097ee682fbc20422ae3a07892cb30.zip |
Fix initial increment for chapters from prior commit
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'k9author/k9newtitle.cpp')
-rw-r--r-- | k9author/k9newtitle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9newtitle.cpp b/k9author/k9newtitle.cpp index 6108eb4..4b8744c 100644 --- a/k9author/k9newtitle.cpp +++ b/k9author/k9newtitle.cpp @@ -74,7 +74,7 @@ void k9NewTitle::bAddClicked() { m_k9Import->getRoot()->listView()->setColumnWidthMode(0,TQListView::Maximum); item->setText(1,t.addSecs(fileInfo.getDuration()).toString("hh:mm:ss")); - double increment = 5*60*60; + double increment = 5*60; int maxCh; if (rbLength->isOn()) { TQTime t; |