From 2bef43626ceb10288cf4e289dad406608c588eaf Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Thu, 22 Jun 2006 14:26:10 +0000 Subject: apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") (bzr r1262) --- src/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-chemistry.cpp') diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 1225a66f3..352a0b6ad 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2332,7 +2332,7 @@ sp_selection_create_bitmap_copy () // Do the export sp_export_png_file(document, filepath, bbox.x0, bbox.y0, bbox.x1, bbox.y1, - width, height, + width, height, res, res, (guint32) 0xffffff00, NULL, NULL, true, /*bool force_overwrite,*/ -- cgit v1.2.3