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
23 lines
764 B
Diff
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);
|