summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-10-19 09:18:42 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-10-19 09:18:42 +0000
commite8140be4be643eea3c1bac5da4f6a26e07fa218a (patch)
treebe2cef936f596ddc8b88938130f4117a8fdffdef /include
parent77ae937c1ffcb7fb6f4b610baf4f7a3dd8410d54 (diff)
variable name change
git-svn-id: http://svn.miranda-ng.org/main/trunk@10833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_utils.h b/include/m_utils.h
index 8d9abd0a3b..e28e2b44a1 100644
--- a/include/m_utils.h
+++ b/include/m_utils.h
@@ -363,14 +363,14 @@ __forceinline INT_PTR Utils_AssertInsideScreen(RECT *rc) {
// variables known by the core:
// ----------------------------
-// %miranda_profile% -> same as MS_DB_GETPROFILEPATH, base folder for all profiles
+// %miranda_profilesdir% -> same as MS_DB_GETPROFILEPATH, base folder for all profiles
// %miranda_userdata% -> the active profile folder (home of the .dat file and all
// profile data)
// %miranda_path% -> home path of the miranda installation (installation path
// of miranda32/64.exe
// %miranda_profilename% -> Name of the profile in use. Essentially, the name of the
// .dat file without file name extension. Also: the folder name
-// relative to %miranda_profile% where all profile data is stored.
+// relative to %miranda_profilesdir% where all profile data is stored.
// %miranda_logpath% -> base folder for log files. This is \Logs relative to the
// current profile folder.
// %miranda_avatarcache% -> base folder for all protocol avatars. internal use only.