Skip to content

Commit f0a39a7

Browse files
committed
Use separate instance as suggested by @fredkiefer
1 parent c3d5333 commit f0a39a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NSAlert.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ void NSBeginInformationalAlertSheet(NSString *title,
18091809
}
18101810
else
18111811
{
1812-
panel = getSomeSheet(&standardAlertPanel,
1812+
panel = getSomeSheet(&informationalAlertPanel,
18131813
defaultTitle,
18141814
title,
18151815
message,

0 commit comments

Comments
 (0)