diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | win32/gui/CheatDlg.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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:
|
