diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-02 03:33:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-02 03:33:11 +0000 |
commit | 675adc6746a70448b454f4c14accb3309951b126 (patch) | |
tree | e145efb08e1d2703b6742faa7cd815f8236846f1 /emulators/qtemu/files/patch-main.cpp | |
parent | 726a07fa066b1bba3c8fc9913efb2d37d4306047 (diff) |
Notes
Diffstat (limited to 'emulators/qtemu/files/patch-main.cpp')
-rw-r--r-- | emulators/qtemu/files/patch-main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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); + } |