Added "file:///" to "%style-dir%" for the chat styles.

Renamed "RetorShare" to "RetroShare".
Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5206 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-06-08 22:06:28 +00:00
parent c78ca83090
commit e5a25b94f0
26 changed files with 174 additions and 283 deletions

View file

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