summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/themes.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-04 15:15:55 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-04 15:15:55 +0000
commit419f192d3e4c52ace067722bcfd85904b7c2628b (patch)
treedd0e423016cc614f6cb27f1aec8d1e1c2980c853 /plugins/TabSRMM/src/themes.cpp
parent801a035b524badd53b9e90460a6420d5f08fa2e4 (diff)
tabSRMM:
- own path service functions replaced with the core ones; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@9675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/themes.cpp')
-rw-r--r--plugins/TabSRMM/src/themes.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/themes.cpp b/plugins/TabSRMM/src/themes.cpp
index bcda08d422..44243d5717 100644
--- a/plugins/TabSRMM/src/themes.cpp
+++ b/plugins/TabSRMM/src/themes.cpp
@@ -1036,8 +1036,7 @@ void CSkin::setFileName()
{
DBVARIANT dbv;
if (0 == db_get_ts(0, SRMSGMOD_T, "ContainerSkin", &dbv)) {
- M.pathToAbsolute(dbv.ptszVal, m_tszFileName, M.getSkinPath());
- m_tszFileName[MAX_PATH - 1] = 0;
+ PathToAbsoluteT(dbv.ptszVal, m_tszFileName, M.getSkinPath());
db_free(&dbv);
}
else