Changeset 10472

Show
Ignore:
Timestamp:
10/25/10 15:02:32 (3 years ago)
Author:
Snyder.Jason
Message:

changed the title on the dialog that pops up to get the user's password

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/tools/OEF/src/edu/vt/ossie/NodeBooterUtils.java

    r10470 r10472  
    109109                        Object[] options = new String[] {"OK", "Cancel"}; 
    110110                        JOptionPane op = new JOptionPane(message, JOptionPane.PLAIN_MESSAGE, JOptionPane.OK_CANCEL_OPTION, null, options); 
    111                         JDialog dialog = op.createDialog(null, "Login"); 
     111                        JDialog dialog = op.createDialog(null, "Start Naming Service"); 
    112112                        dialog.setVisible(true); 
    113113