aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/InstallMgr
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/InstallMgr')
-rw-r--r--apps/windoze/CBuilder5/InstallMgr/MainFrm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/windoze/CBuilder5/InstallMgr/MainFrm.cpp b/apps/windoze/CBuilder5/InstallMgr/MainFrm.cpp
index 42e0500..4b59124 100644
--- a/apps/windoze/CBuilder5/InstallMgr/MainFrm.cpp
+++ b/apps/windoze/CBuilder5/InstallMgr/MainFrm.cpp
@@ -322,7 +322,7 @@ void TMainForm::fillSourceTree(const char *sourceConf, TTreeView *tree)
}
mods = mgr->Modules.find(sections->first.c_str());
- if (mods != mgr->Modules.end())
+ if (mods != mgr->Modules.end())
secName = mods->second->Type();
else {
secName = "Other";