diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2010-04-14 15:36:23 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2010-04-14 15:36:23 +0000 |
| commit | 29edecc65ee3fcec2320d3ad718e7f4dc3cff42a (patch) | |
| tree | 1442784a06cf56de1957bc1760be69c2fc8351c3 /src/ui/widget/imageicon.cpp | |
| parent | Finally add myself to AUTHORS file as test of using Bazaar. (diff) | |
| download | inkscape-29edecc65ee3fcec2320d3ad718e7f4dc3cff42a.tar.gz inkscape-29edecc65ee3fcec2320d3ad718e7f4dc3cff42a.zip | |
Changed default font from Bitstream Vera Sans to Sans. Not
everyone has Bitstream Vera Sans and having a non-existant
default font can cause problems.
(bzr r9328)
Diffstat (limited to 'src/ui/widget/imageicon.cpp')
| -rw-r--r-- | src/ui/widget/imageicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/imageicon.cpp b/src/ui/widget/imageicon.cpp index 6a817e30d..71ba4428c 100644 --- a/src/ui/widget/imageicon.cpp +++ b/src/ui/widget/imageicon.cpp @@ -295,7 +295,7 @@ void ImageIcon::showBrokenImage(const Glib::ustring &errorMessage) " <text" " xml:space='preserve'" " id='text1644'" - " style='font-size:12.000000;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans'" + " style='font-size:12.000000;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Sans'" " y='59.288345'" " x='12.760736'><tspan" " id='tspan1646'" |
