I just forgot to do it...

This commit is contained in:
Oil 2014-04-10 00:42:50 +04:00
parent 770ebaf271
commit 0763e429b8
2 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,8 @@ void FnIdGenerator::PrintId()
void FnIdGenerator::UpdateInformation()
{
m_list->DeleteAllItems();
for(u32 i = 0; i < m_func_name.GetCount(); i++)
{
m_list->InsertItem(m_func_name.GetCount(), wxEmptyString);

View File

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "TextInputDialog.h"
#include "../Crypto/aes.h"
#include "../Crypto/sha1.h"