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

Summary: key "Yes" is missing in db/src/org/netbeans/modules/db/explorer/action/Bundle.properties
Product: db Reporter: Masaki Katakai <masaki>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker CC: anebuzelsky, g11n, mmirilovic
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

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