regedit: Remove old fixme.

oldstable
Alexander Nicolaysen Sørnes 2008-08-29 22:11:11 +02:00 committed by Alexandre Julliard
parent 1e56f94945
commit df84eb514c
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}