mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove the xslt_path now that all XSLT files are kept in a resource
Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ca8aee4701
commit
397898434e
3 changed files with 1 additions and 5 deletions
|
@ -88,7 +88,6 @@ void init_ui(int *argcp, char ***argvp)
|
|||
QCoreApplication::setApplicationName("Subsurface");
|
||||
// find plugins installed in the application directory (without this SVGs don't work on Windows)
|
||||
QCoreApplication::addLibraryPath(QCoreApplication::applicationDirPath());
|
||||
xslt_path = strdup(getSubsurfaceDataPath("xslt").toAscii().data());
|
||||
|
||||
QSettings s;
|
||||
s.beginGroup("Language");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue