Revision: 4
Author: maschine
Date: 2006-05-23 05:33:12 -0700 (Tue, 23 May 2006)
ViewCVS: http://svn.sourceforge.net/mp-webinterface/?rev=4&view=rev
Log Message:
-----------
Fixing missing screenshot.
Modified Paths:
--------------
trunk/source/ECP2WebService/snapshot.asmx
Modified: trunk/source/ECP2WebService/snapshot.asmx
===================================================================
--- trunk/source/ECP2WebService/snapshot.asmx 2006-05-21 20:33:09 UTC (rev 3)
+++ trunk/source/ECP2WebService/snapshot.asmx 2006-05-23 12:33:12 UTC (rev 4)
@@ -70,7 +70,7 @@
' Examine the window names.
- winHandle = GetWindow( "Media Portal" )
+ winHandle = GetWindow( "MediaPortal" )
' See if we got an hwnd.
if winHandle = 0 then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|