Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37518847
en ru br
Репозитории ALT
S:0.8.1-alt7
5.1: 0.8.1-alt2
4.1: 0.8.1-alt2
4.0: 0.8.1-alt2
3.0: 0.5-alt3
www.altlinux.org/Changes

Группа :: Игры/Настольные
Пакет: kcheckers

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: kcheckers-0.8.1-alt-qt-translator.patch
Скачать


--- kcheckers-0.8.1/main.cc~	2005-12-19 21:16:45 +0300
+++ kcheckers-0.8.1/main.cc	2007-10-02 16:31:55 +0400
@@ -3,6 +3,7 @@
 #include <QLocale>
 #include <QDebug>
 //#include <QPlastiqueStyle>
+#include <QLibraryInfo>
 
 
 #include "toplevel.h"
@@ -20,7 +21,7 @@ int main(int argc, char *argv[])
 
     // Qt translations
     QTranslator qt_tr;
-    if(qt_tr.load("qt_" + QLocale::system().name()))
+    if(qt_tr.load(QLibraryInfo::location(QLibraryInfo::TranslationsPath) + "/qtbase_"+QLocale::system().name()))
 	app.installTranslator(&qt_tr);
     else
 	qDebug() << "Loading Qt translations failed.";
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin