fix a minor mistake

This commit is contained in:
gocha 2009-10-15 06:11:43 +00:00
parent ed046c0d5d
commit 4700ec845d
1 changed files with 1 additions and 1 deletions

View File

@ -2937,10 +2937,10 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
{
RamWatchHWnd = CreateDialog(hAppInst, MAKEINTRESOURCE(IDD_RAMWATCH), hwnd, (DLGPROC) RamWatchProc);
// DialogsOpen++;
Load_Watches(true, fileDropped.c_str());
}
else
SetForegroundWindow(RamWatchHWnd);
Load_Watches(true, fileDropped.c_str());
}
//-------------------------------------------------------