summaryrefslogtreecommitdiff
path: root/www/librewolf/files/patch-toolkit_xre_nsXREDirProvider.cpp
blob: e49519e6f7686ab43b4ed660a756ea6b40e9dc80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- toolkit/xre/nsXREDirProvider.cpp.orig
+++ toolkit/xre/nsXREDirProvider.cpp
@@ -1614,6 +1614,7 @@

     rv = AppendProfileString(aFile, folder.BeginReading());
   } else {
+    appName = nsAutoCString("librewolf");
     if (!vendor.IsEmpty()) {
       folder.Append(vendor);
       ToLowerCase(folder);