diff options
author | B Stack <bgstack15@gmail.com> | 2019-08-19 02:06:04 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-08-19 02:06:04 +0000 |
commit | 57bf044aff03b2c87aeea8cb80a2c742765e633b (patch) | |
tree | a1f59e61c791294bd3c0894868d19f62f2d9f93f /freefilesync/ffs_no_check_updates.patch | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
parent | freefilesync 10.15 rpm rc1 (diff) | |
download | stackrpms-57bf044aff03b2c87aeea8cb80a2c742765e633b.tar.gz stackrpms-57bf044aff03b2c87aeea8cb80a2c742765e633b.tar.bz2 stackrpms-57bf044aff03b2c87aeea8cb80a2c742765e633b.zip |
Merge branch 'freefilesync-bump' into 'master'
freefilesync 10.15
See merge request bgstack15/stackrpms!79
Diffstat (limited to 'freefilesync/ffs_no_check_updates.patch')
-rw-r--r-- | freefilesync/ffs_no_check_updates.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/ffs_no_check_updates.patch b/freefilesync/ffs_no_check_updates.patch index c11bf3a..4e56d19 100644 --- a/freefilesync/ffs_no_check_updates.patch +++ b/freefilesync/ffs_no_check_updates.patch @@ -77,7 +77,7 @@ diff --exclude '*.orig' -Naur 10.14-0/FreeFileSync/Source/ui/version_check.cpp 1 + //if (haveNewerVersionOnline(onlineVersion)) + // showUpdateAvailableDialog(parent, onlineVersion); + //else - showNotificationDialog(parent, DialogInfoType::INFO, PopupDialogCfg(). + showNotificationDialog(parent, DialogInfoType::info, PopupDialogCfg(). setIcon(getResourceImage(L"update_check")). setTitle(_("Check for Program Updates")). - setMainInstructions(_("FreeFileSync is up to date."))); |