regedit: Remove old fixme.
This commit is contained in:
parent
1e56f94945
commit
df84eb514c
|
@ -795,7 +795,6 @@ static BOOL _CmdWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
if (CreateValue(hWnd, hKeyRoot, keyPath, valueType, newKey)) {
|
||||
RefreshListView(g_pChildWnd->hListWnd, hKeyRoot, keyPath, newKey);
|
||||
StartValueRename(g_pChildWnd->hListWnd);
|
||||
/* FIXME: start rename */
|
||||
}
|
||||
HeapFree(GetProcessHeap(), 0, keyPath);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue