From a2d8585c8e7b89ca276447783c93866fb76a3b6c Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 17 May 2020 19:16:44 -0400 Subject: ffs 10.24 dpkg rc1 (gtk3) update most patches for minor syntax changes. Add major patch to revert new Zenju aggressive upstreamisms. --- freefilesync/debian/patches/ffs_no_check_updates.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freefilesync/debian/patches/ffs_no_check_updates.patch') diff --git a/freefilesync/debian/patches/ffs_no_check_updates.patch b/freefilesync/debian/patches/ffs_no_check_updates.patch index bb54677..1ef4148 100644 --- a/freefilesync/debian/patches/ffs_no_check_updates.patch +++ b/freefilesync/debian/patches/ffs_no_check_updates.patch @@ -78,7 +78,7 @@ diff --exclude '*.orig' -Naur 10.14-0/FreeFileSync/Source/ui/version_check.cpp 1 + // showUpdateAvailableDialog(parent, onlineVersion); + //else showNotificationDialog(parent, DialogInfoType::info, PopupDialogCfg(). - setIcon(getResourceImage(L"update_check")). + setIcon(getResourceImage("update_check")). setTitle(_("Check for Program Updates")). - setMainInstructions(_("FreeFileSync is up to date."))); + setMainInstructions(_("Use your package manager for any updates to FreeFileSync."))); -- cgit