Revision: 6673
Author: ek.kato
Date: Wed Aug  4 10:42:08 2010
Log: * scm/uim-help.scm (toolbar-help-url-locale-alist) : Use uim-doc-ja.

http://code.google.com/p/uim/source/detail?r=6673

Modified:
 /trunk/scm/uim-help.scm

=======================================
--- /trunk/scm/uim-help.scm     Sun Apr  4 20:35:54 2010
+++ /trunk/scm/uim-help.scm     Wed Aug  4 10:42:08 2010
@@ -37,7 +37,7 @@
 (define toolbar-help-url "http://code.google.com/p/uim/wiki/";)

 (define toolbar-help-url-locale-alist
-  '(("ja" . "http://anthy.sourceforge.jp/cgi-bin/hikija/hiki.cgi?";)))
+  '(("ja" . "http://code.google.com/p/uim-doc-ja/wiki/";)))

 (define (uim-help-set-branch! fd)
   (let ((port (open-file-port fd)))

Reply via email to