tomboy r2243 - in trunk: . Tomboy



Author: sharm
Date: Sat Nov 15 15:07:54 2008
New Revision: 2243
URL: http://svn.gnome.org/viewvc/tomboy?rev=2243&view=rev

Log:
* tomboy/Tomboy/WindowsApplication.cs: Open online help, since installed
  help isn't available at this time.

Modified:
   trunk/ChangeLog
   trunk/Tomboy/WindowsApplication.cs

Modified: trunk/Tomboy/WindowsApplication.cs
==============================================================================
--- trunk/Tomboy/WindowsApplication.cs	(original)
+++ trunk/Tomboy/WindowsApplication.cs	Sat Nov 15 15:07:54 2008
@@ -89,7 +89,7 @@
 
 		public virtual void DisplayHelp (string filename, string link_id, Gdk.Screen screen)
 		{
-			throw new NotImplementedException ();
+			OpenUrl ("http://library.gnome.org/users/tomboy/0.12/";);
 		}
 
 		#endregion



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]