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