diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-10-28 21:31:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-10-28 21:31:28 +0000 |
commit | e024a13a4d7b35e9065bdf0cde5c3770bbe43ee0 (patch) | |
tree | 8a755ac04ddd99a162e92f9feb6c3a2b7e131156 /plugins/MirLua/src/mlua_options.cpp | |
parent | 679b23b4d1c5b2d935085b199d9327bec8477378 (diff) |
MirLua: removed own guid parser
git-svn-id: http://svn.miranda-ng.org/main/trunk@15642 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua_options.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua_options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirLua/src/mlua_options.cpp b/plugins/MirLua/src/mlua_options.cpp index 3aad7345cd..61b3cd7166 100644 --- a/plugins/MirLua/src/mlua_options.cpp +++ b/plugins/MirLua/src/mlua_options.cpp @@ -59,9 +59,9 @@ void CLuaOptions::LoadScripts() if (db_get_b(NULL, MODULE, _T2A(fileName), 1))
m_scripts.SetCheckState(iItem, TRUE);
m_scripts.SetItem(iItem, 1, _T(""), 0);
-#ifdef DEBUG
+//#ifdef DEBUG
m_scripts.SetItem(iItem, 2, _T(""), 1);
-#endif
+//#endif
}
}
|