--- src/common/utils.cpp +++ src/common/utils.cpp @@ -1026,6 +1026,13 @@ PathUtils::concatPath(s, configDir[prefType], name); return s; } + + // Set relative path to Engine12 dynamic library + if(prefType == Firebird::IConfigManager::DIR_PLUGINS) + { + s = name; + return s; + } } switch(prefType) mg src='/cgit-data/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/bitmaps.hlst
AgeCommit message (Expand)Author
2019-03-05tdf#123796 Wrong cursor when inserting shapeNoel Grandin
2019-02-27make cursor images part of the themeNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-09-30weld SwTestAccountSettingsDialogCaolán McNamara
2018-03-21weld OExceptionChainDialogCaolán McNamara
2018-03-19weld pdf warning dialogCaolán McNamara