summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_no_check_updates.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-08-16 08:53:58 -0400
committerB Stack <bgstack15@gmail.com>2019-08-16 08:53:58 -0400
commitb6a99947913eec04e07ab2af950e2c4e84bb7ef6 (patch)
treea1f59e61c791294bd3c0894868d19f62f2d9f93f /freefilesync/ffs_no_check_updates.patch
parentfreefilesync-10.15 dpkg rc1 (diff)
downloadstackrpms-b6a99947913eec04e07ab2af950e2c4e84bb7ef6.tar.gz
stackrpms-b6a99947913eec04e07ab2af950e2c4e84bb7ef6.tar.bz2
stackrpms-b6a99947913eec04e07ab2af950e2c4e84bb7ef6.zip
freefilesync 10.15 rpm rc1
Diffstat (limited to 'freefilesync/ffs_no_check_updates.patch')
-rw-r--r--freefilesync/ffs_no_check_updates.patch2
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.")));
bgstack15