mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -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
|
* @param parent the parent window
|
||||||
*/
|
*/
|
||||||
static public void showReleaseDialog(Component parent) {
|
static public void showReleaseDialog(Window parent) {
|
||||||
startIfNewRelease((latestRev) -> {
|
startIfNewRelease((latestRev) -> {
|
||||||
String msg = Lang.get("msg_newRelease_N", latestRev);
|
String msg = Lang.get("msg_newRelease_N", latestRev);
|
||||||
InfoDialog.showInfo(parent, msg, "");
|
InfoDialog.showInfo(parent, msg, "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user