Skip to content

Commit

Permalink
fix multiple layer message
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9082 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 20, 2008
1 parent cec862a commit 1c3927b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/legend/qgslegendlayer.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2005 by Tim Sutton *
* aps02ts@macbuntu *
* Copyright (C) 2005 by Tim Sutton *
* aps02ts@macbuntu *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
Expand Down Expand Up @@ -588,8 +588,8 @@ void QgsLegendLayer::table()
std::list<QgsLegendLayerFile*> maplayers = legendLayerFiles();
if (maplayers.size() > 1)
{
QMessageBox::information(0, tr("More layers"),
tr("This item contains more layer files. Displaying more layers in table is not supported."));
QMessageBox::information(0, tr("Multiple layers"),
tr("This item contains multiple layers. Displaying multiple layers in the table is not supported."));
}
else if (maplayers.size() == 1)
{
Expand Down

0 comments on commit 1c3927b

Please sign in to comment.