peazip/peazip-help_path.patch
Paolo Stivanin a3631c3d14 - Update to 9.3.0:
BACKEND
    * 7z 23.01 (Linux, macOS, Windows)
    * Pea 1.13
  FILE MANAGER
    * Added column to display file-level comment in archives (default hidden)
    * While browsing an archive, the information popup (clicking on status bar) shows if the archive type can be edited in PeaZip
    * Updated Themes
  EXTRACTION and ARCHIVING
    * Added checkbox to manually set RAR binary for Custom / RAR compression format
    * Various fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=114
2023-07-20 14:07:44 +00:00

23 lines
764 B
Diff

Index: peazip-9.3.0.src/dev/peach.pas
===================================================================
--- peazip-9.3.0.src.orig/dev/peach.pas
+++ peazip-9.3.0.src/dev/peach.pas
@@ -44340,7 +44340,7 @@ end;
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
begin
-cp_open(sharepath+'peazip_help.pdf',desk_env);
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
end;
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
@@ -68293,7 +68293,7 @@ end;
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
begin
-cp_open(sharepath+'peazip_help.pdf',desk_env);
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
end;
procedure TForm_peach.mRecent9Click(Sender: TObject);