summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2011-02-03 17:37:52 +0100
committerJesús Corrius <jesus@softcatala.org>2011-02-03 17:39:20 +0100
commit851641916d1a60b5bf98ffd4cb01328fc51e8b00 (patch)
tree2583f9846459aab5baf96da05527218a088f8353 /scp2
parent9d0e9033924bfdeae54cb42ffd918f127c1be140 (diff)
fdo#33785: install mtfrenderer.uno.dll in the correct directory
Diffstat (limited to 'scp2')
-rwxr-xr-x[-rw-r--r--]scp2/source/canvas/mtfrenderer.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/canvas/mtfrenderer.scp b/scp2/source/canvas/mtfrenderer.scp
index b8867cac94c7..fa2a3f908a49 100644..100755
--- a/scp2/source/canvas/mtfrenderer.scp
+++ b/scp2/source/canvas/mtfrenderer.scp
@@ -31,7 +31,7 @@ File gid_File_Lib_MtfRenderer
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT);
RegistryID = gid_Starregistry_Services_Rdb;
- Dir = gid_Dir_Program;
+ Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
Name = STRING(CONCAT2(libmtfrenderer.uno,UNXSUFFIX));
#else