diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-12-01 15:17:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-12-01 15:17:49 +0100 |
commit | ea5a96a5c771ee2c2ebbe4c12c4e7f3b1cba29a7 (patch) | |
tree | 65d0b3a4b55867608e50f501051d206e0dd76784 /connectivity | |
parent | 1c6b63fa9aac2a80ca952e98678e186b9097db50 (diff) |
Lacking "/" at the end of .icedove
Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mork/MNSFolders.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MNSFolders.cxx b/connectivity/source/drivers/mork/MNSFolders.cxx index e0da76870f0a..ccebd62db0ea 100644 --- a/connectivity/source/drivers/mork/MNSFolders.cxx +++ b/connectivity/source/drivers/mork/MNSFolders.cxx @@ -76,7 +76,7 @@ namespace #else { ".mozilla/seamonkey/", NULL, NULL, NULL }, { ".mozilla/firefox/", NULL, NULL, NULL }, - { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove" } + { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove/" } #endif }; diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx index e0da76870f0a..ccebd62db0ea 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx @@ -76,7 +76,7 @@ namespace #else { ".mozilla/seamonkey/", NULL, NULL, NULL }, { ".mozilla/firefox/", NULL, NULL, NULL }, - { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove" } + { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove/" } #endif }; |