From: <cl...@us...> - 2008-12-05 09:50:58
|
Revision: 367 http://freetrain.svn.sourceforge.net/freetrain/?rev=367&view=rev Author: clrg Date: 2008-12-05 09:50:48 +0000 (Fri, 05 Dec 2008) Log Message: ----------- Newline causing compile problems Modified Paths: -------------- trunk/FreeTrain/core/util/UrlInvoker.cs Modified: trunk/FreeTrain/core/util/UrlInvoker.cs =================================================================== --- trunk/FreeTrain/core/util/UrlInvoker.cs 2008-06-22 10:41:02 UTC (rev 366) +++ trunk/FreeTrain/core/util/UrlInvoker.cs 2008-12-05 09:50:48 UTC (rev 367) @@ -11,7 +11,7 @@ public class UrlInvoker { // 指定のURLを標準ブラウザで開く - static public void openUrl(String targetUrl) { + static public void openUrl(String targetUrl) { ProcessStartInfo info = new ProcessStartInfo(); // URLに関連づけられたアプリケーションを探す RegistryKey rkey = Registry.ClassesRoot.OpenSubKey(@"http\shell\open\command"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |