[pdfmod] Online docs now hosted on library.gnome.org



commit dc842dccb909e0e01241cfb4b7e054e288878de7
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri Sep 25 17:38:09 2009 -0700

    Online docs now hosted on library.gnome.org

 src/PdfMod/Gui/Actions.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/PdfMod/Gui/Actions.cs b/src/PdfMod/Gui/Actions.cs
index b7c3483..01dda92 100644
--- a/src/PdfMod/Gui/Actions.cs
+++ b/src/PdfMod/Gui/Actions.cs
@@ -41,6 +41,7 @@ namespace PdfMod.Gui
         Client app;
         UndoManager undo_manager;
         const string WIKI_URL = "http://live.gnome.org/PdfMod";;
+        const string DOCS_URL = "http://library.gnome.org/users/pdfmod/";;
 
         static string [] require_doc_actions = new string[] {
             "Save", "SaveAs", "Properties", "Undo", "Redo", "ZoomFit", "OpenInViewer",
@@ -427,7 +428,7 @@ namespace PdfMod.Gui
                 var response = (ResponseType) message_dialog.Run ();
                 message_dialog.Destroy ();
                 if (response == ResponseType.Yes) {
-                    System.Diagnostics.Process.Start (WIKI_URL);
+                    System.Diagnostics.Process.Start (DOCS_URL);
                 }
             }
         }



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