summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--win32/gui/CheatDlg.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cf2a63c..80cf6d72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+September 22, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * win32/gui/CheatDlg.c: Always enable the value inputbox when "New Search" is
+ clicked.
+
September 21, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* libpcsxcore/cdrom.c: Reverted the previous change as the CD change problem
diff --git a/win32/gui/CheatDlg.c b/win32/gui/CheatDlg.c
index 7fb2500e..88927e28 100644
--- a/win32/gui/CheatDlg.c
+++ b/win32/gui/CheatDlg.c
@@ -947,6 +947,7 @@ LRESULT WINAPI CheatSearchDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lPar
current_valueto = 0;
UpdateCheatSearchDlg(hW);
+ EnableWindow(GetDlgItem(hW, IDC_VALUEFROM), TRUE);
break;
case IDC_SEARCHFOR: