[pdfmod] Online docs now hosted on library.gnome.org
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pdfmod] Online docs now hosted on library.gnome.org
- Date: Sat, 26 Sep 2009 00:41:34 +0000 (UTC)
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]