Revision
105
Author
leonpegg
Date
2007-01-08 05:54:29 -0800 (Mon, 08 Jan 2007)

Log Message

renamed ide_editor.php to ide_editor.class.php

Added Paths

Removed Paths

Diff

Added: trunk/programs/ide/lib/ide_editor.class.php (104 => 105)


--- trunk/programs/ide/lib/ide_editor.class.php	2007-01-08 13:50:12 UTC (rev 104)
+++ trunk/programs/ide/lib/ide_editor.class.php	2007-01-08 13:54:29 UTC (rev 105)
@@ -0,0 +1,7 @@
+<?php
+
+class CC_Ide_editor extends CC_Ide_notebook {
+	
+}
+
+?>
\ No newline at end of file

Deleted: trunk/programs/ide/lib/ide_editor.php (104 => 105)


--- trunk/programs/ide/lib/ide_editor.php	2007-01-08 13:50:12 UTC (rev 104)
+++ trunk/programs/ide/lib/ide_editor.php	2007-01-08 13:54:29 UTC (rev 105)
@@ -1,7 +0,0 @@
-<?php
-
-class CC_Ide_editor extends CC_Ide_notebook {
-	
-}
-
-?>
\ No newline at end of file