Module: wine Branch: master Commit: df84eb514c4d6b22473b0ec6b9713559737c7f44 URL: http://source.winehq.org/git/wine.git/?a=commit;h=df84eb514c4d6b22473b0ec6b9...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Fri Aug 29 22:11:11 2008 +0200
regedit: Remove old fixme.
---
programs/regedit/framewnd.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/programs/regedit/framewnd.c b/programs/regedit/framewnd.c index ed97092..c083f06 100644 --- a/programs/regedit/framewnd.c +++ b/programs/regedit/framewnd.c @@ -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); }