summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 73a0d16)
raw | patch | inline | side by side (parent: 73a0d16)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 1 May 2006 06:07:36 +0000 (06:07 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 1 May 2006 06:07:36 +0000 (06:07 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index bf2a81b3204fcd483f04779686450e8cda876204..25ad8219a61b46542fc1d061cc82ddd110e5fafb 100644 (file)
#include "inkscape-preferences.h"
#include "verbs.h"
#include "selcue.h"
+#include "unit-constants.h"
#include <iostream>
#include "enums.h"
#include "inkscape.h"
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);