forked from qt-creator/qt-creator
		
	Merge remote branch 'origin/2.0'
Conflicts: doc/qtcreator.qdoc src/plugins/find/currentdocumentfind.cpp src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
This commit is contained in:
		@@ -65,7 +65,7 @@
 | 
			
		||||
          </item>
 | 
			
		||||
          <item>
 | 
			
		||||
           <property name="text">
 | 
			
		||||
            <string>First letter</string>
 | 
			
		||||
            <string>First Letter</string>
 | 
			
		||||
           </property>
 | 
			
		||||
          </item>
 | 
			
		||||
         </widget>
 | 
			
		||||
 
 | 
			
		||||
@@ -272,7 +272,7 @@ void CppFileSettingsWidget::slotEdit()
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
    // Pick a file name and write new template, edit with C++
 | 
			
		||||
    path = QFileDialog::getSaveFileName(this, tr("Choose a location for the new license template file"));
 | 
			
		||||
    path = QFileDialog::getSaveFileName(this, tr("Choose Location for New License Template File"));
 | 
			
		||||
    if (path.isEmpty())
 | 
			
		||||
        return;
 | 
			
		||||
    QFile file(path);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user