Skip to content

Commit

Permalink
Fix for bug #745 'Missing layer dialog is non-informative'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7179 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 3, 2007
1 parent e82b08d commit c38d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2355,7 +2355,7 @@ findMissingFile_( QString const & fileFilters, QDomNode & layerNode )

QStringList selectedFiles;
QString enc;
QString title( QObject::trUtf8("Open an OGR Supported Layer") );
QString title( QObject::tr("Where is '") + originalDataSource.fileName() + "'? (" + QObject::tr("original location: ") + originalDataSource.absoluteFilePath() + ")");

openFilesRememberingFilter_(memoryQualifier,
myFileFilters,
Expand Down

0 comments on commit c38d821

Please sign in to comment.