* gnu/packages/web.scm (netsurf): New variable. * gnu/packages/patches/netsurf-about.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			695 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			695 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- netsurf-all-3.5/netsurf/gtk/about.c
 | 
						|
+++ netsurf-all-3.5/netsurf/gtk/about.c
 | 
						|
@@ -79,11 +79,11 @@
 | 
						|
 	switch (response_id) {
 | 
						|
 
 | 
						|
 	case ABOUT_RESPONSE_ID_LICENCE:
 | 
						|
-		about_open("about:credits");
 | 
						|
+		about_open("about:licence");
 | 
						|
 		break;
 | 
						|
 
 | 
						|
 	case ABOUT_RESPONSE_ID_CREDITS:
 | 
						|
-		about_open("about:licence");
 | 
						|
+		about_open("about:credits");
 | 
						|
 		break;
 | 
						|
 	}
 | 
						|
 
 | 
						|
--- netsurf-all-3.5/netsurf/desktop/version.c
 | 
						|
+++ netsurf-all-3.5/netsurf/desktop/version.c
 | 
						|
@@ -20,6 +20,6 @@
 | 
						|
 
 | 
						|
 #include "desktop/version.h"
 | 
						|
 
 | 
						|
-const char * const netsurf_version = "3.5 (6th April 1016)";
 | 
						|
+const char * const netsurf_version = "3.5 (6th April 2016)";
 | 
						|
 const int netsurf_version_major = 3;
 | 
						|
 const int netsurf_version_minor = 5;
 |