* [ 1654788 ] Online help pointing to www.adempiere.org

This commit is contained in:
Heng Sin Low 2007-02-08 05:04:22 +00:00
parent 174dad9ae7
commit 44b157fb64
1 changed files with 10 additions and 0 deletions

View File

@ -78,6 +78,8 @@ public final class Adempiere
static private ImageIcon s_imageIcon32; static private ImageIcon s_imageIcon32;
static private ImageIcon s_imageIconLogo; static private ImageIcon s_imageIconLogo;
static private final String ONLINE_HELP_URL = "http://www.adempiere.com/wiki/index.php/Manual";
/** Logging */ /** Logging */
private static CLogger log = null; private static CLogger log = null;
@ -225,6 +227,14 @@ public final class Adempiere
return "http://" + URL; return "http://" + URL;
} // getURL } // getURL
/**
* @return URL
*/
public static String getOnlineHelpURL()
{
return ONLINE_HELP_URL;
}
/** /**
* Get Sub Title * Get Sub Title
* @return Subtitle * @return Subtitle