File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,24 @@ git reset --hard $REV
29
29
git revert --no-edit -n d55be1aff900a81b22081f7699fd16ab04e42553
30
30
git restore --staged .github/ apisupport/ harness/ platform/
31
31
patch -p1 << 'EOF '
32
+ diff --git a/platform/keyring.impl/src/org/netbeans/modules/keyring/impl/KeyringSupport.java b/platform/keyring.impl/src/org/netbeans/modules/keyring/impl/KeyringSupport.java
33
+ index 23393533ab..ae62351657 100644
34
+ --- a/platform/keyring.impl/src/org/netbeans/modules/keyring/impl/KeyringSupport.java
35
+ +++ b/platform/keyring.impl/src/org/netbeans/modules/keyring/impl/KeyringSupport.java
36
+ @@ -21,11 +21,11 @@ package org.netbeans.modules.keyring.impl;
37
+ public class KeyringSupport {
38
+
39
+ public static String getAppName() {
40
+ - return "NetBeans IDE";
41
+ + return "VisualVM";
42
+ }
43
+
44
+ public static String getAppNameMac() {
45
+ - return "NetBeans";
46
+ + return "VisualVM";
47
+ }
48
+
49
+ }
32
50
diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
33
51
index e72a2ab534..450a437731 100644
34
52
--- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
You can’t perform that action at this time.
0 commit comments