Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suggest printing to postscript rather than pdf (cause qgis doesn't
offer than yet).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5837 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 18, 2006
1 parent 377dfc6 commit b955b7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/composer/qgscomposer.cpp
Expand Up @@ -653,8 +653,9 @@ void QgsComposer::on_mActionExportAsSVG_activated(void)
"with the map bounding box clipping other items "
"such as the legend or scale bar.</p>"
"If you require a vector-based output file from "
"Qgis it is suggested that you try exporting "
"to pdf if the SVG output is not satisfactory."
"Qgis it is suggested that you try printing "
"to PostScript if the SVG output is not "
"satisfactory."
"</p>"));
m->exec();

Expand Down

0 comments on commit b955b7f

Please sign in to comment.