• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: Commit

Simple x264 Launcher development repository


Commit MetaInfo

Revisionfbbbe8faece5787b488e642f0fb09f752c017ee0 (tree)
Zeit2021-12-08 07:42:05
Autorlordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Slightly increase update reminder timeout.

Ändern Zusammenfassung

Diff

--- a/src/win_main.cpp
+++ b/src/win_main.cpp
@@ -1068,11 +1068,11 @@ void MainWindow::init(void)
10681068 // Check for Expiration
10691069 //---------------------------------------
10701070
1071- if(MUtils::Version::app_build_date().addMonths(6) < MUtils::OS::current_date())
1071+ if(MUtils::Version::app_build_date().addMonths(12) < MUtils::OS::current_date())
10721072 {
10731073 if(QWidget *cornerWidget = ui->menubar->cornerWidget()) cornerWidget->show();
10741074 QString text;
1075- text += QString("<nobr><tt>%1</tt></nobr><br><br>").arg(tr("Your version of Simple x264 Launcher is more than 6 months old!").replace('-', "&minus;"));
1075+ text += QString("<nobr><tt>%1</tt></nobr><br><br>").arg(tr("Your version of Simple x264 Launcher is more than 12 months old!").replace('-', "&minus;"));
10761076 text += QString("<nobr><tt>%1<br><a href=\"%2\">%3</a><br><br>").arg(tr("You can download the most recent version from the official web-site now:").replace('-', "&minus;"), QString::fromLatin1(update_url), QString::fromLatin1(update_url).replace("-", "&minus;"));
10771077 text += QString("<nobr><tt>%1</tt></nobr><br>").arg(tr("Alternatively, click 'Check for Updates' to run the auto-update utility.").replace('-', "&minus;"));
10781078 QMessageBox msgBox(this);
Show on old repository browser