diff options
author | B Stack <bgstack15@gmail.com> | 2020-05-18 09:59:30 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-05-18 09:59:30 -0400 |
commit | 153102526bc32494fecb8b31d26bc4a4b6635981 (patch) | |
tree | 6e6a92465f8aab5a96771133abf00c3941ca876a /freefilesync/ffs_no_check_updates.patch | |
parent | ffs 10.24 gtk2 build (diff) | |
download | stackrpms-153102526bc32494fecb8b31d26bc4a4b6635981.tar.gz stackrpms-153102526bc32494fecb8b31d26bc4a4b6635981.tar.bz2 stackrpms-153102526bc32494fecb8b31d26bc4a4b6635981.zip |
ffs rpm rc1 for 10.24
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 bb54677..1ef4148 100644 --- a/freefilesync/ffs_no_check_updates.patch +++ b/freefilesync/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."))); |