retabbing
This commit is contained in:
parent
29706e3329
commit
068471028f
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user