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 55996 - Save/discard dialog does not follow standard
Summary: Save/discard dialog does not follow standard
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-03-04 18:39 UTC by Rochelle Raccah
Modified: 2005-03-16 12:57 UTC (History)
0 users

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 Rochelle Raccah 2005-03-04 18:39:09 UTC
The standard save/discard/cancel dialog is:
Title: Question
Icon: ?
Text: File <filename> is modified.  Save it ?
Buttons: Save, Discard, Cancel

The sun-ejb-jar.xml one is okay in the title and
icon, but the text and buttons are incorrect:
Text: Do you want to save your changes to sun-ejb-jar?
Buttons: Yes, No, Cancel

BTW, someone should ask HIE why there is a space
before the "?" in the standard one.
Comment 1 _ ludo 2005-03-04 18:52:50 UTC
J2ee server bug.
Rochelle, you should know that for now...
JSR 88 shields everything from plugin:
nodes, files, xml, etc.... all!!!
Comment 2 Sherold Dev 2005-03-16 12:57:52 UTC
F.

Checking in src/org/netbeans/modules/j2ee/deployment/config/ConfigDataObject.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ConfigDataObject.java,v
 <--  ConfigDataObject.java
new revision: 1.30; previous revision: 1.29
done
Checking in src/org/netbeans/modules/j2ee/deployment/config/ui/Bundle.properties;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in
src/org/netbeans/modules/j2ee/deployment/config/ui/ConfigBeanTopComponent.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ui/ConfigBeanTopComponent.java,v
 <--  ConfigBeanTopComponent.java
new revision: 1.31; previous revision: 1.30
done