summaryrefslogtreecommitdiff
path: root/vcl/source/components
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-30 13:00:31 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-30 19:57:41 +0300
commit072d097e498869a14847d5d0e3dd23b99e62fa83 (patch)
treeeb8f372138f3299fa5e0dbcdf73c8a420a08e866 /vcl/source/components
parent3b11d0b97a5659a913e68bf31ab05552813f7a7b (diff)
Match the less clash-prone gobject DLL name we now produce
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 5547b179d227..1e0d23f788b7 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 "libgobject-2.0-0.dll"
+ #define VCL_RSVG_GOBJECT_LIBNAME "gobject-2.0.dll"
#define VCL_RSVG_CAIRO_LIBNAME "cairo.dll"
#define VCL_RSVG_LIBRSVG_LIBNAME "librsvg-2-2.dll"
#else