~inkscape.dev/inkscape/flatten_base_lpe_pen_pencil

« back to all changes in this revision

Viewing changes to src/ui/dialog/document-properties.cpp

  • Committer: tavmjong-free
  • Date: 2015-12-28 08:50:50 UTC
  • Revision ID: tavmjong@free.fr-20151228085050-psc11ae2mvxl2ic0
Corrects attribute name for saving page 'checkerboard' background state.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
      _page_metadata2(Gtk::manage(new UI::Widget::NotebookPage(1, 1))),
117
117
    //---------------------------------------------------------------
118
118
      _rcb_antialias(_("Use antialiasing"), _("If unset, no antialiasing will be done on the drawing"), "shape-rendering", _wr, false, NULL, NULL, NULL, "crispEdges"),
119
 
      _rcb_checkerboard(_("Checkerboard background"), _("If set, use checkerboard for background, otherwise use background color at full opacity."), "inkscape:checkerboard", _wr, false),
 
119
      _rcb_checkerboard(_("Checkerboard background"), _("If set, use checkerboard for background, otherwise use background color at full opacity."), "inkscape:pagecheckerboard", _wr, false),
120
120
      _rcb_canb(_("Show page _border"), _("If set, rectangular page border is shown"), "showborder", _wr, false),
121
121
      _rcb_bord(_("Border on _top of drawing"), _("If set, border is always on top of the drawing"), "borderlayer", _wr, false),
122
122
      _rcb_shad(_("_Show border shadow"), _("If set, page border shows a shadow on its right and lower side"), "inkscape:showpageshadow", _wr, false),
123
 
      _rcp_bg(_("Back_ground color:"), _("Background color"), _("Color of the page background. Note: transparency setting ignored while editing if 'Checkerboard background' set (but used when exporting to bitmap)."), "pagecolor", "inkscape:pageopacity", _wr),
 
123
      _rcp_bg(_("Back_ground color:"), _("Background color"), _("Color of the page background. Note: transparency setting ignored while editing if 'Checkerboard background' unset (but used when exporting to bitmap)."), "pagecolor", "inkscape:pageopacity", _wr),
124
124
      _rcp_bord(_("Border _color:"), _("Page border color"), _("Color of the page border"), "bordercolor", "borderopacity", _wr),
125
125
      _rum_deflt(_("Display _units:"), "inkscape:document-units", _wr),
126
126
      _page_sizer(_wr),