mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-22 12:58:39 +00:00
Fix #88 . Plugin strings use utf8 instead of latin1.
This commit is contained in:
parent
b047dc9313
commit
7687ccf3e8
@ -49,8 +49,8 @@ void KonsoleKterminalPlugin::initializeEngine(QQmlEngine *engine, const char *ur
|
|||||||
if (QDir(cs).exists()) break;
|
if (QDir(cs).exists()) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
setenv("KB_LAYOUT_DIR",kbl.toLatin1().constData(),1);
|
setenv("KB_LAYOUT_DIR",kbl.toUtf8().constData(),1);
|
||||||
setenv("COLORSCHEMES_DIR",cs.toLatin1().constData(),1);
|
setenv("COLORSCHEMES_DIR",cs.toUtf8().constData(),1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user