Some rebranding on URL's

This commit is contained in:
Carlos Ruiz 2006-12-27 16:22:47 +00:00
parent 3ae1477d1a
commit 2d9d6f7422
3 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -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)
{

View File

@ -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