You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/09/24 07:25:59 UTC

[netbeans] 01/02: LOAD_PROJECTS_ON_START shall not be localized

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit f9aa5031d801c2f7995b4aae5b061104aa75a88e
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Thu Sep 24 09:21:51 2020 +0200

    LOAD_PROJECTS_ON_START shall not be localized
---
 ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java b/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java
index 60adfc9..913a732 100644
--- a/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java
+++ b/ide/projectui/src/org/netbeans/modules/project/ui/OpenProjectList.java
@@ -443,6 +443,7 @@ public final class OpenProjectList {
         }
 
         @NbBundle.Messages({
+            "#NOI18N",
             "LOAD_PROJECTS_ON_START=true"
         })
         private void loadOnBackground() {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists