()
| 1589 | } |
| 1590 | |
| 1591 | void showOGLDialog() |
| 1592 | { |
| 1593 | showLicenseDialog(LanguageBundle.getString("in_oglTitle"), section15); //$NON-NLS-1$ |
| 1594 | } |
| 1595 | |
| 1596 | private static void showLicenseDialog(String title, String htmlString) |
| 1597 | { |
no test coverage detected