freebsd-ports/emulators/qtemu/files/patch-main.cpp
Rong-En Fan 675adc6746 QtEmu is a graphical user interface for QEMU written in Qt4.
WWW: http://qtemu.org/

PR:		ports/113619
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2007-07-02 03:33:11 +00:00

11 lines
439 B
C++

--- ./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);
}