From 675adc6746a70448b454f4c14accb3309951b126 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 2 Jul 2007 03:33:11 +0000 Subject: QtEmu is a graphical user interface for QEMU written in Qt4. WWW: http://qtemu.org/ PR: ports/113619 Submitted by: Max Brazhnikov --- emulators/qtemu/files/patch-main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/qtemu/files/patch-main.cpp (limited to 'emulators/qtemu/files/patch-main.cpp') diff --git a/emulators/qtemu/files/patch-main.cpp b/emulators/qtemu/files/patch-main.cpp new file mode 100644 index 000000000000..d887d5085a0b --- /dev/null +++ b/emulators/qtemu/files/patch-main.cpp @@ -0,0 +1,11 @@ +--- ./main.cpp.orig Mon Mar 19 15:56:21 2007 ++++ ./main.cpp Tue Jun 12 13:17:03 2007 +@@ -45,7 +45,7 @@ + translator.load(path); + else + { +- path = QCoreApplication::applicationDirPath()+"/../translations/qtemu_" + locale + ".qm"; ++ path = QCoreApplication::applicationDirPath()+"/../share/qtemu/translations/qtemu_" + locale + ".qm"; + if (QFile::exists(path)) + translator.load(path); + } -- cgit v1.2.3