skychart/skychart-3.11-satmessage.patch
2016-02-16 17:12:23 +01:00

13 lines
620 B
Diff

--- a/skychart/u_satellite.pas 2016-01-27 12:11:49.000000000 +0100
+++ b/skychart/u_satellite.pas 2016-02-14 10:43:53.444002970 +0100
@@ -99,9 +99,8 @@
buf:='';
for j:=0 to r.Count-1 do buf:=buf+r[j];
end else buf:='';
- ShowMessage(rsPleaseInstWine+crlf+rsIfItIsNotIns+crlf+'apt-get install wine'+crlf
- +'yum install wine'+crlf+'wine return: '+buf);
end;
+ShowMessage('Artificial satellites calculation has been removed due to Fedora policies.'+crlf+'If you need it, please uninstall Skychart provided by Fedora repositories and download Skychart rpms from the author site.');
r.free;
end;