diff options
Diffstat (limited to 'www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp')
-rw-r--r-- | www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp b/www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp new file mode 100644 index 000000000000..7c89097408dc --- /dev/null +++ b/www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp @@ -0,0 +1,11 @@ +--- toolkit/xre/nsXREDirProvider.cpp.orig 2024-03-19 15:15:35 UTC ++++ toolkit/xre/nsXREDirProvider.cpp +@@ -1430,7 +1430,7 @@ nsresult nsXREDirProvider::AppendProfilePath(nsIFile* + if (gAppData->profile) { + profile = gAppData->profile; + } else { +- appName = gAppData->name; ++ appName = "Librewolf"; + vendor = gAppData->vendor; + } + |