mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 09:24:42 -04:00
removed SwingUtilities.getWindowAncestor() from InfoDialog.
This commit is contained in:
parent
f1a89578af
commit
86e751c7cd
@ -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, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user