* [ 1654788 ] Online help pointing to www.adempiere.org
This commit is contained in:
parent
174dad9ae7
commit
44b157fb64
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue