2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

0.8.20.dev version linux local8bit -> utf8

This commit is contained in:
John Preston
2015-06-02 15:29:02 +03:00
parent e7b94f3d3a
commit e3d4bf192f
2 changed files with 35 additions and 12 deletions

View File

@@ -658,7 +658,7 @@ void Application::socketError(QLocalSocket::LocalSocketError e) {
}
void Application::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion() < AppVersion) {
psRegisterCustomScheme();
if (Local::oldMapVersion()) {
QString versionFeatures;