Skip to content

Commit

Permalink
Merge pull request #1387 from luca76/patch-1
Browse files Browse the repository at this point in the history
Fix a string
  • Loading branch information
3nids committed May 26, 2014
2 parents 5e240b8 + 4243b0b commit 53a8adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapserver/qgis_map_serv.cpp
Expand Up @@ -386,7 +386,7 @@ int main( int argc, char * argv[] )
QgsWMSConfigParser* p = QgsConfigCache::instance()->wmsConfiguration( configFilePath, parameterMap );
if ( !p )
{
theRequestHandler->sendServiceException( QgsMapServiceException( "WMS configuration error", "There was an error reading gthe project file or the SLD configuration" ) );
theRequestHandler->sendServiceException( QgsMapServiceException( "WMS configuration error", "There was an error reading the project file or the SLD configuration" ) );
continue;
}
//adminConfigParser->loadLabelSettings( theMapRenderer->labelingEngine() );
Expand Down

0 comments on commit 53a8adc

Please sign in to comment.