summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-05-01 06:07:36 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-05-01 06:07:36 +0000
commit303f41b6e33258718a7c60fca95b64c44299a967 (patch)
tree0a01795f9fc6dbf6e91a2fc7f186806397ac82c4 /src
parentadd latex formula renderer (diff)
downloadinkscape-303f41b6e33258718a7c60fca95b64c44299a967.tar.gz
inkscape-303f41b6e33258718a7c60fca95b64c44299a967.zip
fix 1479197
(bzr r649)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index bf2a81b32..25ad8219a 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -23,6 +23,7 @@
#include "inkscape-preferences.h"
#include "verbs.h"
#include "selcue.h"
+#include "unit-constants.h"
#include <iostream>
#include "enums.h"
#include "inkscape.h"
@@ -496,7 +497,7 @@ void InkscapePreferences::initPageSelecting()
void InkscapePreferences::initPageMisc()
{
- _misc_export.init("dialogs.export.defaultxdpi", "value", 0.0, 6000.0, 1.0, 1.0, 1.0, true, false);
+ _misc_export.init("dialogs.export.defaultxdpi", "value", 0.0, 6000.0, 1.0, 1.0, PX_PER_IN, true, false);
_page_misc.add_line( false, _("Default export resolution:"), _misc_export, _("dpi"),
_("Default bitmap resolution (in dots per inch) in the Export dialog"), false);
_misc_imp_bitmap.init( _("Import bitmap as <image>"), "options.importbitmapsasimages", "value", true);