mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
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:
parent
c78ca83090
commit
e5a25b94f0
26 changed files with 174 additions and 283 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue