summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-gtkmm.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2010-04-14 15:36:23 +0000
committertavmjong-free <tavmjong@free.fr>2010-04-14 15:36:23 +0000
commit29edecc65ee3fcec2320d3ad718e7f4dc3cff42a (patch)
tree1442784a06cf56de1957bc1760be69c2fc8351c3 /src/ui/dialog/filedialogimpl-gtkmm.cpp
parentFinally add myself to AUTHORS file as test of using Bazaar. (diff)
downloadinkscape-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/dialog/filedialogimpl-gtkmm.cpp')
-rw-r--r--src/ui/dialog/filedialogimpl-gtkmm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/dialog/filedialogimpl-gtkmm.cpp b/src/ui/dialog/filedialogimpl-gtkmm.cpp
index 916e3ec97..6f83a706f 100644
--- a/src/ui/dialog/filedialogimpl-gtkmm.cpp
+++ b/src/ui/dialog/filedialogimpl-gtkmm.cpp
@@ -271,7 +271,7 @@ void SVGPreview::showImage(Glib::ustring &theFileName)
"<text\n"
" style=\"font-size:24.000000;font-style:normal;font-weight:normal;"
" fill:#000000;fill-opacity:1.0000000;stroke:none;"
- " font-family:Bitstream Vera Sans\"\n"
+ " font-family:Sans\"\n"
" x=\"10\" y=\"26\">%d x %d</text>\n" //# VALUES HERE
"</svg>\n\n";
@@ -374,7 +374,7 @@ void SVGPreview::showNoPreview()
"style=\"font-size:32.000000;font-style:normal;font-variant:normal;font-weight:bold;"
"font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;"
"stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
- "font-family:Bitstream Vera Sans;text-anchor:middle;writing-mode:lr\"\n"
+ "font-family:Sans;text-anchor:middle;writing-mode:lr\"\n"
"x=\"190\" y=\"240\">%s</text></g>\n" //# VALUE HERE
"</svg>\n\n";
@@ -471,13 +471,13 @@ void SVGPreview::showTooLarge(long fileLength)
"style=\"font-size:32.000000;font-style:normal;font-variant:normal;font-weight:bold;"
"font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;"
"stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
- "font-family:Bitstream Vera Sans;text-anchor:middle;writing-mode:lr\"\n"
+ "font-family:Sans;text-anchor:middle;writing-mode:lr\"\n"
"x=\"170\" y=\"215\">%5.1f MB</text>\n" //# VALUE HERE
"<text xml:space=\"preserve\"\n"
"style=\"font-size:24.000000;font-style:normal;font-variant:normal;font-weight:bold;"
"font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;"
"stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
- "font-family:Bitstream Vera Sans;text-anchor:middle;writing-mode:lr\"\n"
+ "font-family:Sans;text-anchor:middle;writing-mode:lr\"\n"
"x=\"180\" y=\"245\">%s</text>\n" //# VALUE HERE
"</svg>\n\n";