Some rebranding on URL's
This commit is contained in:
parent
3ae1477d1a
commit
2d9d6f7422
|
@ -48,7 +48,7 @@ public class Translation
|
|||
} // Translation
|
||||
|
||||
/** DTD */
|
||||
public static final String DTD = "<!DOCTYPE adempiereTrl PUBLIC \"-//ComPiere, Inc.//DTD Adempiere Translation 1.0//EN\" \"http://www.adempiere.org/dtd/adempiereTrl.dtd\">";
|
||||
public static final String DTD = "<!DOCTYPE adempiereTrl PUBLIC \"-//ComPiere, Inc.//DTD Adempiere Translation 1.0//EN\" \"http://www.adempiere.com/dtd/adempiereTrl.dtd\">";
|
||||
/** XML Element Tag */
|
||||
public static final String XML_TAG = "adempiereTrl";
|
||||
public static final String XML_TAG2 = "compiereTrl";
|
||||
|
|
|
@ -121,7 +121,7 @@ public class Setup_Help extends JDialog implements ActionListener
|
|||
{
|
||||
try
|
||||
{
|
||||
editorPane.setPage("http://www.adempiere.org/help/serverSetup.html");
|
||||
editorPane.setPage("http://www.adempiere.com/wiki/index.php/ServerSetupHelp");
|
||||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
|
|
|
@ -442,7 +442,7 @@ public class PLAFEditor extends JDialog
|
|||
}
|
||||
else if (e.getSource() == bHelp)
|
||||
{
|
||||
new MiniBrowser("http://www.adempiere.org/looks/help.html");
|
||||
new MiniBrowser("http://www.adempiere.com/wiki/index.php/LooksHelp");
|
||||
}
|
||||
|
||||
// Look & Feel changed
|
||||
|
|
Loading…
Reference in New Issue