|
From: <ma...@us...> - 2010-11-26 16:35:53
|
Revision: 164
http://openautomation.svn.sourceforge.net/openautomation/?rev=164&view=rev
Author: mayerch
Date: 2010-11-26 16:35:47 +0000 (Fri, 26 Nov 2010)
Log Message:
-----------
typo
Modified Paths:
--------------
CometVisu/trunk/visu/designs/structure_custom.js
Modified: CometVisu/trunk/visu/designs/structure_custom.js
===================================================================
--- CometVisu/trunk/visu/designs/structure_custom.js 2010-11-25 12:25:33 UTC (rev 163)
+++ CometVisu/trunk/visu/designs/structure_custom.js 2010-11-26 16:35:47 UTC (rev 164)
@@ -1,4 +1,4 @@
-/* visudesign_custom.js (c) 2010 by Christian Mayer [CometVisu at ChristianMayer dot de]
+/* structure_custom.js (c) 2010 by Christian Mayer [CometVisu at ChristianMayer dot de]
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -19,7 +19,7 @@
* This class defines all the custom changes to the visu
*/
function VisuDesign_Custom() {}; // do NOT change here
-VisuDesign_Custom.prototype = new VisuDesign(); // do NOT chagen here
+VisuDesign_Custom.prototype = new VisuDesign(); // do NOT change here
/**
* Custom changes could go here and look e.g. like
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|