removed SwingUtilities.getWindowAncestor() from InfoDialog.

This commit is contained in:
hneemann 2018-01-22 18:29:49 +01:00
parent f1a89578af
commit 86e751c7cd

View File

@ -67,7 +67,7 @@ public final class CheckForNewRelease {
*
* @param parent the parent window
*/
static public void showReleaseDialog(Component parent) {
static public void showReleaseDialog(Window parent) {
startIfNewRelease((latestRev) -> {
String msg = Lang.get("msg_newRelease_N", latestRev);
InfoDialog.showInfo(parent, msg, "");