mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 18:15:18 -04:00
Fixed some more utf8 issues with umlauts in the Windows user name.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7e3a342a9a
commit
7a98e83df1
4 changed files with 7 additions and 8 deletions
|
@ -411,8 +411,7 @@ static bool getStyleInfo(QString stylePath, QString stylePathRelative, ChatStyle
|
|||
static QString getBaseDir()
|
||||
{
|
||||
// application path
|
||||
std::string configDir = RsInit::RsConfigDirectory();
|
||||
QString baseDir = QString::fromStdString(configDir);
|
||||
QString baseDir = QString::fromUtf8(RsInit::RsConfigDirectory().c_str());
|
||||
|
||||
#ifdef WIN32
|
||||
if (RsInit::isPortable ()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue