OSDN Git Service

Merge branch 'moveINI' into develop
[neighbornote/NeighborNote.git] / src / cx / fbn / nevernote / Global.java
index 3314bcc..6573a47 100644 (file)
@@ -1786,6 +1786,12 @@ public class Global {
                settings.endGroup();    
                return text;
     }
+    public static String getUpdateDownloadUrl() {
+               settings.beginGroup("Upgrade");
+               String text = (String)settings.value("downloadUrl", "http://puma.cis.ibaraki.ac.jp/products/neighbornote/download.html");
+               settings.endGroup();    
+               return text;
+    }
     
     //*******************
     // Index settings