~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/ui/dialog/inkscape-preferences.cpp

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2014-06-23 17:11:17 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20140623171117-2lnr8u5j4lndk3em
Tags: 0.91~pre1-1
* New upstream pre-release
  - debian/control: poppler versioning dropped
  - debian/patches/: patchset updated
    - 0002-Fix_FTBFS_on_poppler-0.26.patch dropped (applied upstream)
* debian/control: libcdr-dev and libvisio-dev b-deps added (Closes: #751090)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1468
1468
    _page_bitmaps.add_group_header( _("Render"));
1469
1469
    // rendering outlines for pixmap image tags
1470
1470
    _rendering_image_outline.init( _("Images in Outline Mode"), "/options/rendering/imageinoutlinemode", false);
1471
 
    _page_bitmaps.add_line(false, _(""), _rendering_image_outline, "", _("When active will render images while in outline mode instead of a red box with an x. This is useful for manual tracing."));
 
1471
    _page_bitmaps.add_line(false, "", _rendering_image_outline, "", _("When active will render images while in outline mode instead of a red box with an x. This is useful for manual tracing."));
1472
1472
 
1473
1473
    this->AddPage(_page_bitmaps, _("Bitmaps"), PREFS_PAGE_BITMAPS);
1474
1474
}