Package: sysinfo / 0.7-8

08-correct_url.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Index: sysinfo-0.7/Sysinfo/gui.glade
===================================================================
--- sysinfo-0.7.orig/Sysinfo/gui.glade	2008-12-29 18:26:48.000000000 +0000
+++ sysinfo-0.7/Sysinfo/gui.glade	2008-12-29 18:28:48.000000000 +0000
@@ -3683,8 +3683,8 @@
 59 Temple Place - Suite 330, Boston
 MA  02111-1307, USA.</property>
   <property name="wrap_license">False</property>
-  <property name="website">http://sysinfo.r8.org</property>
-  <property name="website_label" translatable="yes">sysinfo.r8.org</property>
+  <property name="website">http://sourceforge.net/projects/gsysinfo</property>
+  <property name="website_label" translatable="yes">sourceforge.net/projects/gsysinfo</property>
   <property name="authors">
 Nil Gradisnik &lt;ghaefb@gmail.com&gt;
 
@@ -3698,7 +3698,7 @@
 Eva Gostencnik &lt;neivla@gmail.com&gt;
 
 Tango icons &lt;http://tango-project.org&gt;
-Fedora logo &lt;htp://fedora.redhat.com&gt;
+Fedora logo &lt;http://fedora.redhat.com&gt;
 Ubuntu logo &lt;http://www.ubuntu.com&gt; (Ubuntu is a trademark of Canonical Limited)</property>
   <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
     <signal name="response" handler="on_aboutdialog1_response"/>
Index: sysinfo-0.7/Sysinfo/SaveToFile.cs
===================================================================
--- sysinfo-0.7.orig/Sysinfo/SaveToFile.cs	2008-12-29 18:26:47.000000000 +0000
+++ sysinfo-0.7/Sysinfo/SaveToFile.cs	2008-12-29 18:28:48.000000000 +0000
@@ -39,7 +39,7 @@
 			using (TextWriter textwrite = File.CreateText(filename)) {
 			
 				textwrite.WriteLine("System information report, generated by Sysinfo: " + DateTime.Now);
-				textwrite.WriteLine("http://sysinfo.r8.org\n");
+				textwrite.WriteLine("http://sourceforge.net/projects/gsysinfo\n");
 				                        
 				//system
 				textwrite.WriteLine("SYSTEM INFORMATION");