diff --git a/pkgs/applications/gpxsee/fix-qttranslations-path.patch b/pkgs/applications/gpxsee/fix-qttranslations-path.patch
index 3b546338d209d349afd7ab4106e3ddf2cea245e5..757d9b8c65714bf422bf88884b0273030bc2449d 100644
--- a/pkgs/applications/gpxsee/fix-qttranslations-path.patch
+++ b/pkgs/applications/gpxsee/fix-qttranslations-path.patch
@@ -1,18 +1,18 @@
diff --git i/src/GUI/app.cpp w/src/GUI/app.cpp
-index 10e84d5..1e0abbe 100644
+index 37e9d3f..d4a065c 100644
--- i/src/GUI/app.cpp
+++ w/src/GUI/app.cpp
-@@ -34,11 +34,10 @@ App::App(int &argc, char **argv) : QApplication(argc, argv)
+@@ -35,11 +35,10 @@ App::App(int &argc, char **argv) : QApplication(argc, argv)
installTranslator(gpxsee);
QTranslator *qt = new QTranslator(this);
-#if defined(Q_OS_WIN32) || defined(Q_OS_MAC)
+#if defined(Q_OS_WIN32)
#else // Q_OS_WIN32 || Q_OS_MAC
-- qt->load(QLocale::system(), "qt", "_", QLibraryInfo::location(
-- QLibraryInfo::TranslationsPath));
-+ qt->load(QLocale::system(), "qt", "_", QLatin1String("@qttranslations@/translations"));
+- if (qt->load(QLocale::system(), "qt", "_", QLibraryInfo::location(
+- QLibraryInfo::TranslationsPath)))
++ if (qt->load(QLocale::system(), "qt", "_", QLatin1String("@qttranslations@/translations")))
#endif // Q_OS_WIN32 || Q_OS_MAC
installTranslator(qt);
application/octet-stream
This content has been proxied by September (3851b).