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 /win32/gui | |
| parent | 365101df94651795638cb9b5d8ae966bd04893ec (diff) | |
| download | pcsxr-f9f2c3735ade9acb85f7f54bfa3ddbc702abadad.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/gui')
| -rw-r--r-- | win32/gui/CheatDlg.c | 1 |
1 files changed, 1 insertions, 0 deletions
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:
|
