I just forgot to do it...
This commit is contained in:
@@ -91,6 +91,8 @@ void FnIdGenerator::PrintId()
|
|||||||
|
|
||||||
void FnIdGenerator::UpdateInformation()
|
void FnIdGenerator::UpdateInformation()
|
||||||
{
|
{
|
||||||
|
m_list->DeleteAllItems();
|
||||||
|
|
||||||
for(u32 i = 0; i < m_func_name.GetCount(); i++)
|
for(u32 i = 0; i < m_func_name.GetCount(); i++)
|
||||||
{
|
{
|
||||||
m_list->InsertItem(m_func_name.GetCount(), wxEmptyString);
|
m_list->InsertItem(m_func_name.GetCount(), wxEmptyString);
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#include "stdafx.h"
|
|
||||||
#include "TextInputDialog.h"
|
#include "TextInputDialog.h"
|
||||||
#include "../Crypto/aes.h"
|
#include "../Crypto/aes.h"
|
||||||
#include "../Crypto/sha1.h"
|
#include "../Crypto/sha1.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user