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 100761 - I18N: Project Name is chinese when creating new c/c++ project
Summary: I18N: Project Name is chinese when creating new c/c++ project
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: I18N (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-04-12 11:32 UTC by Will Zhang
Modified: 2007-05-16 04:43 UTC (History)
1 user (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 Will Zhang 2007-04-12 11:32:42 UTC
1. install nb5.5.1/cnd
2. create new project
3. select c/c++ application, click Next
4. accept default and click Next
result:
Project Name is chinese.

fixing:
msg:NativeNewApplicationName=Application
file: /cnd/makeproject/src/org/netbeans/modules/cnd/makeproject/ui/wizards/Bund
le.properties

The msg above should not be translated and marked as "NOI18N" in comments
Comment 1 Thomas Preisler 2007-04-13 00:35:50 UTC
Fixed
Comment 2 Will Zhang 2007-05-16 04:43:07 UTC
Fixed and Verified.