[Scummvm-cvs-logs] SF.net SVN: scummvm: [22484] web/trunk

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue May 16 00:50:59 CEST 2006


Revision: 22484
Author:   eriktorbjorn
Date:     2006-05-16 00:35:32 -0700 (Tue, 16 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22484&view=rev

Log Message:
-----------
Reduce the number of different spellings of "screenshot". I've changed "Game
Shots", "ScreenShots" and "ScreenShot Viewer", but someone else will have to
take care of rs-top.png. And of course, I may have missed some.

Modified Paths:
--------------
    web/trunk/include/sidebar.php
    web/trunk/index.php
    web/trunk/screenshots.js
Modified: web/trunk/include/sidebar.php
===================================================================
--- web/trunk/include/sidebar.php	2006-05-16 07:28:47 UTC (rev 22483)
+++ web/trunk/include/sidebar.php	2006-05-16 07:35:32 UTC (rev 22484)
@@ -11,7 +11,7 @@
    $g = new htmlmenu("Main Menu", "menu-main");
     
     $g->add("Home", $file_root);
-    $g->add("ScreenShots", $file_root."/screenshots.php");
+    $g->add("Screenshots", $file_root."/screenshots.php");
     $g->add("Forums", "http://forums.scummvm.org/");
     $g->add("Downloads", $file_root."/downloads.php");
 

Modified: web/trunk/index.php
===================================================================
--- web/trunk/index.php	2006-05-16 07:28:47 UTC (rev 22483)
+++ web/trunk/index.php	2006-05-16 07:35:32 UTC (rev 22484)
@@ -114,9 +114,9 @@
 	<td class="tlc"> </td>
 	<td class="heading"><h2><?php
  if($isOpera)
-   shadowed_text("Game Shots", '#356a02', '#ffffff', 'shadow-text-em');
+   shadowed_text("Screenshots", '#356a02', '#ffffff', 'shadow-text-em');
  else
-   shadowed_text("Game Shots", '#356a02', '#ffffff');
+   shadowed_text("Screenshots", '#356a02', '#ffffff');
  ?></h2></td>
 	<td class="trc"> </td>
 	</tr></table>

Modified: web/trunk/screenshots.js
===================================================================
--- web/trunk/screenshots.js	2006-05-16 07:28:47 UTC (rev 22483)
+++ web/trunk/screenshots.js	2006-05-16 07:35:32 UTC (rev 22484)
@@ -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="style.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();
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list