Skip to content

Commit

Permalink
fix #916
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8259 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 21, 2008
1 parent 759b29c commit d096779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/legend/qgslegendlayerfile.cpp
Expand Up @@ -274,7 +274,7 @@ void QgsLegendLayerFile::table()

connect(mTableDisplay, SIGNAL(deleted()), this, SLOT(invalidateTableDisplay()));

mTableDisplay->setTitle(tr("Attribute table - ") + name());
mTableDisplay->setTitle(tr("Attribute table - ") + vlayer->name());
mTableDisplay->show();

// Give the table the most recent copy of the actions for this layer.
Expand Down

0 comments on commit d096779

Please sign in to comment.