retabbing

This commit is contained in:
Erik Faye-Lund 2008-11-11 22:56:41 +00:00
parent 29706e3329
commit 068471028f

View File

@ -299,13 +299,13 @@ static LRESULT CALLBACK mainWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARA
exit(-1);
}
}
/* Recent Files menu */
mruFileList = RecentFiles(findSubMenuContaining(GetMenu(hwnd), ID_RECENTFILES_NORECENTFILES));
mruFileList.load(regConfigKey);
}
break;
case WM_CLOSE:
attemptQuit();
break;
@ -362,7 +362,7 @@ static LRESULT CALLBACK mainWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARA
case ID_FILE_SAVE:
fileSave();
break;
case ID_FILE_REMOTEEXPORT:
document.sendSaveCommand();
break;