fix a minor mistake
This commit is contained in:
parent
ed046c0d5d
commit
4700ec845d
|
@ -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());
|
||||
}
|
||||
|
||||
//-------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue