summaryrefslogtreecommitdiff
path: root/emulators/qtemu/files/patch-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qtemu/files/patch-main.cpp')
-rw-r--r--emulators/qtemu/files/patch-main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/qtemu/files/patch-main.cpp b/emulators/qtemu/files/patch-main.cpp
deleted file mode 100644
index 1f9287bce101..000000000000
--- a/emulators/qtemu/files/patch-main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- main.cpp.orig 2007-11-12 19:31:00 UTC
-+++ main.cpp
-@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
- 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);
- }