diff options
Diffstat (limited to 'linden/indra/llvfs/lldir.h')
-rw-r--r-- | linden/indra/llvfs/lldir.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llvfs/lldir.h b/linden/indra/llvfs/lldir.h index 766f351..8f8ac77 100644 --- a/linden/indra/llvfs/lldir.h +++ b/linden/indra/llvfs/lldir.h | |||
@@ -101,9 +101,9 @@ class LLDir | |||
101 | const std::string &getCAFile() const; // File containing TLS certificate authorities | 101 | const std::string &getCAFile() const; // File containing TLS certificate authorities |
102 | const std::string &getDirDelimiter() const; // directory separator for platform (ie. '\' or '/' or ':') | 102 | const std::string &getDirDelimiter() const; // directory separator for platform (ie. '\' or '/' or ':') |
103 | const std::string &getSkinDir() const; // User-specified skin folder. | 103 | const std::string &getSkinDir() const; // User-specified skin folder. |
104 | const std::string &getUserSkinDir() const; // User-specified skin folder with user modifications. e.g. c:\documents and settings\username\application data\second life\skins\curskin | 104 | const std::string &getUserSkinDir() const; // User-specified skin folder with user modifications. |
105 | const std::string &getDefaultSkinDir() const; // folder for default skin. e.g. c:\program files\second life\skins\default | 105 | const std::string &getDefaultSkinDir() const; // folder for default skin. |
106 | const std::string getSkinBaseDir() const; // folder that contains all installed skins (not user modifications). e.g. c:\program files\second life\skins | 106 | const std::string getSkinBaseDir() const; // folder that contains all installed skins (not user modifications). |
107 | const std::string &getLLPluginDir() const; // Directory containing plugins and plugin shell | 107 | const std::string &getLLPluginDir() const; // Directory containing plugins and plugin shell |
108 | 108 | ||
109 | // Expanded filename | 109 | // Expanded filename |