Added patch from Imanuel

- Added new placeholder %style-dir% for ChatStyles.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-05-23 13:24:04 +00:00
parent 56e156a65a
commit 917f9913df

View File

@ -261,7 +261,7 @@ static QString getStyle(const QDir &styleDir, const QString &styleVariant, enumG
css += "\n" + cssVariant;
}
style.replace("%css-style%", css);
style.replace("%css-style%", css).replace("%style-dir%", styleDir.absolutePath());
}
return style;