forked from pool/peazip
Luigi Baldoni
7ded56fede
- Update to version 6.7.2 * More streamlined GUI for archiving and extraction, that can now be sent in background to system tray, * Smart extraction to new folder (to avoid extracting multiple items to destination, and for removing unnecessary levels of nesting), * Several improvements and fixes. * Multiple archiving and extraction tasks are now performed in a single instance, easier to hide, move or resize, providing progress bars for current task and for overall process. * A total of 188 file extensions can now be managed by PeaZip. - Refreshed peazip-build_PIE.patch and peazip-help_path.patch OBS-URL: https://build.opensuse.org/request/show/694020 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=46
23 lines
831 B
Diff
23 lines
831 B
Diff
Index: peazip-6.7.2.src/peach.pas
|
|
===================================================================
|
|
--- peazip-6.7.2.src.orig/peach.pas
|
|
+++ peazip-6.7.2.src/peach.pas
|
|
@@ -35748,7 +35748,7 @@ end;
|
|
|
|
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
|
begin
|
|
-cp_open(executable_path+'peazip_help.pdf',desk_env);
|
|
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
|
|
end;
|
|
|
|
procedure TForm_peach.baboutremoveadditionalClick(Sender: TObject);
|
|
@@ -54983,7 +54983,7 @@ end;
|
|
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
|
begin
|
|
//cp_open('http://www.peazip.org/peazip_help.pdf',desk_env);
|
|
-cp_open(executable_path+'peazip_help.pdf',desk_env);
|
|
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
|
|
end;
|
|
|
|
procedure TForm_peach.mRecent9Click(Sender: TObject);
|