Index: llvfs/lldir.cpp
===================================================================
--- llvfs/lldir.cpp (revision 493)
+++ llvfs/lldir.cpp (working copy)
@@ -337,6 +337,12 @@
prefix += mDirDelimiter;
prefix += "browser_profile";
break;
+
+ case LL_PATH_THEMES:
+ prefix = getAppRODataDir();
+ prefix += mDirDelimiter;
+ prefix += "themes";
+ break;
default:
llassert(0);
Index: llvfs/lldir.h
===================================================================
--- llvfs/lldir.h (revision 493)
+++ llvfs/lldir.h (working copy)
@@ -50,7 +50,8 @@
LL_PATH_PER_ACCOUNT_CHAT_LOGS = 13,
LL_PATH_MOZILLA_PROFILE = 14,
LL_PATH_HTML = 15,
- LL_PATH_COUNT = 16
+ LL_PATH_THEMES = 16,
+ LL_PATH_COUNT = 17
} ELLPath;
Index: newview/app_settings/settings.xml
===================================================================
--- newview/app_settings/settings.xml (revision 493)
+++ newview/app_settings/settings.xml (working copy)
@@ -1467,6 +1467,17 @@
1
+ ColorTheme
+
ColumnHeaderDropDownDelay