mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-152558 Allow to select and copy texts from the About dialog windows
This commit is contained in:
@@ -169,8 +169,10 @@ public class AboutPopup {
|
||||
LicensingFacade provider = LicensingFacade.getInstance();
|
||||
if (provider != null) {
|
||||
myLines.add(new AboutBoxLine(provider.getLicensedToMessage(), true, null));
|
||||
appendLast();
|
||||
for (String message : provider.getLicenseRestrictionsMessages()) {
|
||||
myLines.add(new AboutBoxLine(message));
|
||||
appendLast();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user