From f44fb0fa1859eb23614fb910de178f54ed52de02 Mon Sep 17 00:00:00 2001 From: "gordon%netscape.com" Date: Wed, 23 Apr 2003 05:05:16 +0000 Subject: [PATCH] Fix bug 105344. r=saari, sr=darin. git-svn-id: svn://10.0.0.236/trunk@141674 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/io/nsAppDirectoryServiceDefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/io/nsAppDirectoryServiceDefs.h b/mozilla/xpcom/io/nsAppDirectoryServiceDefs.h index cd68ab356b8..a4cf67da274 100755 --- a/mozilla/xpcom/io/nsAppDirectoryServiceDefs.h +++ b/mozilla/xpcom/io/nsAppDirectoryServiceDefs.h @@ -94,6 +94,7 @@ #define NS_APP_HISTORY_50_FILE "UHist" #define NS_APP_USER_PANELS_50_FILE "UPnls" #define NS_APP_USER_MIMETYPES_50_FILE "UMimTyp" +#define NS_APP_CACHE_PARENT_DIR "cachePDir" #define NS_APP_BOOKMARKS_50_FILE "BMarks"