This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 51343 - I18N - word not from bundle in options window
Summary: I18N - word not from bundle in options window
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-11-09 19:34 UTC by Ken Frank
Modified: 2006-03-24 10:20 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2004-11-09 19:34:34 UTC
ide config->look and feel->actions - projects
Comment 1 Jesse Glick 2004-11-09 22:43:20 UTC
Missing SystemFileSystem.localizingBundle.

Probably a 4.0 candidate?
Comment 2 Jan Chalupa 2004-11-10 00:12:50 UTC
Yes, this should be fixed, if possible. -> P2

Can you take care of it? If not, please re-assign. Hrebejk is gone.
Comment 3 Jan Chalupa 2004-11-10 08:49:29 UTC
Re-assigning to Tomas.
Comment 4 Tomas Zezula 2004-11-10 15:10:37 UTC
Checking in
projectui/src/org/netbeans/modules/project/ui/Bundle.properties;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.48; previous revision: 1.47
done
Processing log script arguments...
More commits to come...
Checking in
projectui/src/org/netbeans/modules/project/ui/resources/layer.xml;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/resources/layer.xml,v
 <--  layer.xml
new revision: 1.42; previous revision: 1.41
done
Comment 5 Tomas Zezula 2004-11-10 15:11:31 UTC
Diff:
Index: projectui/src/org/netbeans/modules/project/ui/Bundle.properties
===================================================================
RCS file:
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties,v
retrieving revision 1.47
diff -r1.47 Bundle.properties
73a74,75
> Actions/Project=Project
>
Index: projectui/src/org/netbeans/modules/project/ui/resources/layer.xml
===================================================================
RCS file:
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/resources/layer.xml,v
retrieving revision 1.41
diff -r1.41 layer.xml
19a20
>             <attr name="SystemFileSystem.localizingBundle"
stringvalue="org.netbeans.modules.project.ui.Bundle" />
Comment 6 David Konecny 2004-11-10 15:18:34 UTC
Reviewed. OK. From the diff it is not clear, but localizing attr is
added to Actions/Project folder, right?
Comment 7 Tomas Zezula 2004-11-10 15:21:47 UTC
Yes.
Comment 8 Jesse Glick 2004-11-10 20:52:25 UTC
Tomas next time please use diff -u so there are context lines... BTW
you can simply add to your ~/.cvsrc:

diff -u

and this will be the default for CVS.
Comment 9 Milan Kubec 2004-11-11 13:18:30 UTC
Verified in trunk by QA.
Comment 10 Tomas Zezula 2004-11-11 13:37:53 UTC
Checking in
projectui/src/org/netbeans/modules/project/ui/Bundle.properties;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.47.8.1; previous revision: 1.47
done
Processing log script arguments...
More commits to come...
Checking in
projectui/src/org/netbeans/modules/project/ui/resources/layer.xml;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/resources/layer.xml,v
 <--  layer.xml
new revision: 1.41.4.1; previous revision: 1.41
done