none bracket consistency
This commit is contained in:
+1
-1
@@ -1845,7 +1845,7 @@ void Timeline::set_sb_max() {
|
||||
void Timeline::UpdateTitle() {
|
||||
QString title = tr("Timeline: ");
|
||||
if (olive::ActiveSequence == nullptr) {
|
||||
setWindowTitle(title + tr("<none>"));
|
||||
setWindowTitle(title + tr("(none)"));
|
||||
} else {
|
||||
setWindowTitle(title + olive::ActiveSequence->name);
|
||||
update_ui(false);
|
||||
|
||||
Reference in New Issue
Block a user