Revision: 263
Author: jurjen
Date: 2006-03-14 14:16:37 -0800 (Tue, 14 Mar 2006)
ViewCVS: http://svn.sourceforge.net/prolint/?rev=263&view=rev
Log Message:
-----------
oops, typo! default window "logwin8.w" should have been "logwin.w"
Modified Paths:
--------------
trunk/prolint/prolint.properties.p
Modified: trunk/prolint/prolint.properties.p
===================================================================
--- trunk/prolint/prolint.properties.p 2006-03-14 21:01:26 UTC (rev 262)
+++ trunk/prolint/prolint.properties.p 2006-03-14 22:16:37 UTC (rev 263)
@@ -49,7 +49,7 @@
/* "outputhandlers.resultwindow"
logwin.w is the default resultwindow with the treeview and other ActiveX controls.
logwin8.w is the old default that doesn't use any ActiveX controls */
- RUN SetProlintProperty ("outputhandlers.resultwindow", "prolint/outputhandlers/logwin8.w").
+ RUN SetProlintProperty ("outputhandlers.resultwindow", "prolint/outputhandlers/logwin.w").
/* "outputhandlers.outputdirectory"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|