Commit 82839202 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

regedit: Remove variable ExportKeyPath which is not really used from ExportRegistryFile.

parent d9dbfa7d
......@@ -363,10 +363,8 @@ static BOOL ImportRegistryFile(HWND hWnd)
static BOOL ExportRegistryFile(HWND hWnd)
{
OPENFILENAMEW ofn;
WCHAR ExportKeyPath[_MAX_PATH];
WCHAR title[128];
ExportKeyPath[0] = 0;
InitOpenFileName(hWnd, &ofn);
LoadStringW(hInst, IDS_FILEDIALOG_EXPORT_TITLE, title, COUNT_OF(title));
ofn.lpstrTitle = title;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment