From 46664fd4b8f1429635cf9030ad1e882e8e188f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sun, 24 Jul 2016 19:34:29 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@106 a8b55f48-bf90-11e4-a774-851b48703e85 --- cd_utils/pult/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cd_utils/pult/main.cpp b/cd_utils/pult/main.cpp index 4f8e616..38f08ba 100644 --- a/cd_utils/pult/main.cpp +++ b/cd_utils/pult/main.cpp @@ -3,6 +3,7 @@ int main(int argc, char *argv[]) { + PIFile::setDefaultCharset("UTF-8"); QApplication a(argc, argv); CD_Pult w; w.show();