| 886 | } |
| 887 | |
| 888 | void TeXDocumentWindow::maybeEnableSaveAndRevert(bool modified) |
| 889 | { |
| 890 | actionSave->setEnabled(modified || untitled()); |
| 891 | actionRevert_to_Saved->setEnabled(modified && !untitled()); |
| 892 | } |
| 893 | |
| 894 | static const char* texshopSynonyms[] = { |
| 895 | "MacOSRoman", "Apple Roman", |
nothing calls this directly
no test coverage detected