summaryrefslogtreecommitdiff
path: root/freefilesync/debian/patches/ffs_no_check_updates.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-08-15 22:00:39 -0400
committerB Stack <bgstack15@gmail.com>2019-08-15 22:00:39 -0400
commit2e875aa546ba36902f37518a7fed60a7d1d90072 (patch)
tree1e77ec60545bad1ecc473fb7e17443ddb0eacdaa /freefilesync/debian/patches/ffs_no_check_updates.patch
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-2e875aa546ba36902f37518a7fed60a7d1d90072.tar.gz
stackrpms-2e875aa546ba36902f37518a7fed60a7d1d90072.tar.bz2
stackrpms-2e875aa546ba36902f37518a7fed60a7d1d90072.zip
freefilesync-10.15 dpkg rc1
Diffstat (limited to 'freefilesync/debian/patches/ffs_no_check_updates.patch')
-rw-r--r--freefilesync/debian/patches/ffs_no_check_updates.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/patches/ffs_no_check_updates.patch b/freefilesync/debian/patches/ffs_no_check_updates.patch
index c11bf3a..4e56d19 100644
--- a/freefilesync/debian/patches/ffs_no_check_updates.patch
+++ b/freefilesync/debian/patches/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