diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-09 10:31:50 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-09 10:31:50 -0800 |
commit | 15fbfa5ae1164a5c2ddce5f2890b02645f7a04d6 (patch) | |
tree | ee5fb3155599a8350d44c4f8dddf7b3bcae381ac /indra/llvfs/lldir.h | |
parent | 2c0cea901712ffad012356278d72e3c3d844e5bc (diff) |
rename LL_PATH_MOZILLA_PROFILE to LL_PATH_BROWSER_PROFILE
Diffstat (limited to 'indra/llvfs/lldir.h')
-rw-r--r-- | indra/llvfs/lldir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h index 07c814769e..bf4209390f 100644 --- a/indra/llvfs/lldir.h +++ b/indra/llvfs/lldir.h @@ -54,7 +54,7 @@ typedef enum ELLPath LL_PATH_TOP_SKIN = 10, LL_PATH_CHAT_LOGS = 11, LL_PATH_PER_ACCOUNT_CHAT_LOGS = 12, - LL_PATH_MOZILLA_PROFILE = 13, + LL_PATH_BROWSER_PROFILE = 13, LL_PATH_USER_SKIN = 14, LL_PATH_LOCAL_ASSETS = 15, // LL_PATH_HTML = 16, |