Removed stray TODO.
This commit is contained in:
parent
52bb5ee5df
commit
107e66715b
|
@ -42,7 +42,6 @@ WCHAR *openFile(void)
|
||||||
ofn.lpfnHook = openSaveFileHook;
|
ofn.lpfnHook = openSaveFileHook;
|
||||||
SendMessageW(msgwin, msgBeginModal, 0, 0);
|
SendMessageW(msgwin, msgBeginModal, 0, 0);
|
||||||
if (GetOpenFileNameW(&ofn) == FALSE) {
|
if (GetOpenFileNameW(&ofn) == FALSE) {
|
||||||
// TODO stringify
|
|
||||||
err = CommDlgExtendedError();
|
err = CommDlgExtendedError();
|
||||||
if (err == 0) // user cancelled
|
if (err == 0) // user cancelled
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue