diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-21 16:46:10 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-21 16:46:10 +0000 |
| commit | f9f2c3735ade9acb85f7f54bfa3ddbc702abadad (patch) | |
| tree | 701d8881f1a46d8fe075cb56851efa76b2a49357 | |
| parent | 365101df94651795638cb9b5d8ae966bd04893ec (diff) | |
| download | pcsxr-f9f2c3735ade9acb85f7f54bfa3ddbc702abadad.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -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:
|
