diff options
Diffstat (limited to 'apps/windoze/CBuilder5/InstallMgr')
-rw-r--r-- | apps/windoze/CBuilder5/InstallMgr/cipherfrm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/windoze/CBuilder5/InstallMgr/cipherfrm.cpp b/apps/windoze/CBuilder5/InstallMgr/cipherfrm.cpp index 5b77797..1e6dd90 100644 --- a/apps/windoze/CBuilder5/InstallMgr/cipherfrm.cpp +++ b/apps/windoze/CBuilder5/InstallMgr/cipherfrm.cpp @@ -32,9 +32,9 @@ void __fastcall TCipherForm::Button2Click(TObject *Sender) modconf = 0; SWMgr *mgr = new SWMgr(); SWModule *mod = mgr->Modules[modName]; - mod->SetKey("Ipet 2:12"); + mod->setKey("Ipet 2:12"); tmpBuf = mod->StripText(); - mod->SetKey("gen 1:10"); + mod->setKey("gen 1:10"); tmpBuf += "\r\n\r\n"; tmpBuf += mod->StripText(); Memo1->Text = tmpBuf.c_str(); |