forked from pool/peazip
Luigi Baldoni
550c116ab5
- Update to version 6.7.0 * Several improvements and fixes * Multiple archiving and extraction tasks are now preformed in a single, more streamlined GUI instance, providing information and progress bars for current task and for overall process. - Refreshed peazip-build_PIE.patch, peazip-help_path.patch and peazip-debuginfo.patch OBS-URL: https://build.opensuse.org/request/show/673143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=42
23 lines
822 B
Diff
23 lines
822 B
Diff
Index: peazip-6.7.0.src/peach.pas
|
|
===================================================================
|
|
--- peazip-6.7.0.src.orig/peach.pas
|
|
+++ peazip-6.7.0.src/peach.pas
|
|
@@ -35622,7 +35622,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.baboutsupportClick(Sender: TObject);
|
|
@@ -54717,7 +54717,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);
|