Revision 39104 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/gui/ProjectProperties.java

View differences:

ProjectProperties.java
165 165

  
166 166
                    public void actionPerformed(java.awt.event.ActionEvent e) {
167 167
                        project.setName(txtName.getText());
168
                        
169
                        PluginServices.getMainFrame().setTitle(project.getName());
170
                        
168 171
                        project.setOwner(txtOwner.getText());
169 172
                        project.setComments(txtComments.getText());
170 173
                        project.setSelectionColor(lblColor.getBackground());

Also available in: Unified diff