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 166028 - key "Yes" is missing in db/src/org/netbeans/modules/db/explorer/action/Bundle.properties
Summary: key "Yes" is missing in db/src/org/netbeans/modules/db/explorer/action/Bundle...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 13:12 UTC by Masaki Katakai
Modified: 2009-05-29 08:23 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (36.96 KB, image/png)
2009-05-26 13:13 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-05-26 13:12:33 UTC
I got an error dialog when I try to grab table and the file is already existing.

db/src/org/netbeans/modules/db/explorer/action/GrabTableAction.java:
  Object yesOption = new JButton(NbBundle.getMessage (GrabTableAction.class, "Yes"));

It seems that key "Yes" is missing in Bundle.properties under
db/src/org/netbeans/modules/db/explorer/action/.
Comment 1 Masaki Katakai 2009-05-26 13:13:34 UTC
Created attachment 82795 [details]
screenshot
Comment 2 Marian Mirilovic 2009-05-27 12:24:58 UTC
Any chance to fix this for 6.7 ?
Comment 3 Jiri Rechtacek 2009-05-28 10:32:53 UTC
No problem. I'll take care of it.
Comment 4 Jiri Rechtacek 2009-05-28 13:03:24 UTC
http://hg.netbeans.org/core-main/rev/b3a8c0e16eb4
Comment 5 Marian Mirilovic 2009-05-28 13:09:50 UTC
Ok Jirka, 
fix looks safe without any possibility for regression, so if you've tried it at least to invoke in your IDE and it fixed
the proble ... please backport this bugfix into release67. Thanks in advance.
Comment 6 Jiri Rechtacek 2009-05-28 13:17:20 UTC
http://hg.netbeans.org/release67/rev/332a19a3a46f
Comment 7 Quality Engineering 2009-05-29 08:23:25 UTC
Integrated into 'main-golden', will be available in build *200905290201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b3a8c0e16eb4
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #166028: missing key "Yes" db/Bundle.properties