Browse Source

REPORT-1415 将产品里用finereport后缀的改成fanruan

master
plough 8 years ago
parent
commit
81aba4b52a
  1. 2
      designer_base/src/com/fr/design/actions/help/AboutPane.java

2
designer_base/src/com/fr/design/actions/help/AboutPane.java

@ -81,7 +81,7 @@ public class AboutPane extends JPanel {
}
BoxCenterAligmentPane actionLabel = getURLActionLabel(ProductConstants.WEBSITE_URL);
BoxCenterAligmentPane emailLabel = getEmailActionLabel(ProductConstants.SUPPORT_EMAIL);
BoxCenterAligmentPane emailLabel = getEmailActionLabel(SiteCenter.getInstance().acquireUrlByKind("register.email", ProductConstants.SUPPORT_EMAIL));
contentPane.add(actionLabel);
contentPane.add(emailLabel);

Loading…
Cancel
Save