[Scummvm-cvs-logs] CVS: web screenshots.js,1.4,1.5

Eugene Sandulenko sev at users.sourceforge.net
Tue Nov 15 14:57:00 CET 2005


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20238

Modified Files:
	screenshots.js 
Log Message:
Fix stylesheet for poput screenshot. Thanks to salty-horse for pointing it out.


Index: screenshots.js
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.js,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- screenshots.js	13 Nov 2005 02:46:35 -0000	1.4
+++ screenshots.js	15 Nov 2005 22:56:05 -0000	1.5
@@ -2,7 +2,7 @@
 	myWindow = window.open("",nameOfWindow,"menubar=no,scrollbars=no,status=no,width="+width+",height="+height);
 	myWindow.document.open();
 	myWindow.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">\n')
-	myWindow.document.write('<html><head><title>ScreenShot Viewer</title><link rel="stylesheet" href="styles.css" type="text/css"></head>')
+	myWindow.document.write('<html><head><title>ScreenShot Viewer</title><link rel="stylesheet" href="style.css" type="text/css"></head>')
 	myWindow.document.write('<body><a href="javascript:self.close();"><img src="'+ fileToOpen +'"></a></body></html>');
 	myWindow.document.close();
 }





More information about the Scummvm-git-logs mailing list