summaryrefslogtreecommitdiff
path: root/vcl/source/components
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-03 14:10:45 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-03 14:10:45 +0300
commit2be8f1d065e47777277eb1a110cadcd7465ea0d6 (patch)
tree61cd378d162edc606927050e50a238f5a6f9f02c /vcl/source/components
parent4fa3eefdb356be5492af028b7127400c859b674a (diff)
Match the change in GLib DLL names
Diffstat (limited to 'vcl/source/components')
-rw-r--r--vcl/source/components/rasterizer_rsvg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/components/rasterizer_rsvg.cxx b/vcl/source/components/rasterizer_rsvg.cxx
index 1e0d23f788b7..006b30b28e28 100644
--- a/vcl/source/components/rasterizer_rsvg.cxx
+++ b/vcl/source/components/rasterizer_rsvg.cxx
@@ -48,7 +48,7 @@
#define VCL_RSVG_CAIRO_LIBNAME "libcairo.so"
#define VCL_RSVG_LIBRSVG_LIBNAME "librsvg-2.so"
#elif defined WNT
- #define VCL_RSVG_GOBJECT_LIBNAME "gobject-2.0.dll"
+ #define VCL_RSVG_GOBJECT_LIBNAME "gobjectlo.dll"
#define VCL_RSVG_CAIRO_LIBNAME "cairo.dll"
#define VCL_RSVG_LIBRSVG_LIBNAME "librsvg-2-2.dll"
#else