summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2015-05-17 09:20:36 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2015-05-17 09:20:36 +0000
commit447b1bcfc29b92f76a9788f5b71dff96ee632b80 (patch)
treeb57b369ec150bcd6242372bd6cbd6b289a5c8902 /packaging
parentmerged trunk (diff)
parentFix attributes unit test. (diff)
downloadinkscape-447b1bcfc29b92f76a9788f5b71dff96ee632b80.tar.gz
inkscape-447b1bcfc29b92f76a9788f5b71dff96ee632b80.zip
merged trunk
(bzr r14059.1.27)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/Resources/etc/gtk-2.0/gtkrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/macosx/Resources/etc/gtk-2.0/gtkrc b/packaging/macosx/Resources/etc/gtk-2.0/gtkrc
index 76c9f3397..46f5d2910 100644
--- a/packaging/macosx/Resources/etc/gtk-2.0/gtkrc
+++ b/packaging/macosx/Resources/etc/gtk-2.0/gtkrc
@@ -13,6 +13,9 @@ gtk-menu-images = 1
gtk-toolbar-style = 0
#gtk-toolbar-icon-size = 2
+# use OS X default PDF viewer for print preview
+gtk-print-preview-command="open -a /Applications/Preview.app %f"
+
# fix Adwaita theme for Inkscape's GimpSpinScale widgets
style "spinbutton" {}
widget_class "*GimpSpinScale*" style "spinbutton"