Added a Revert command to the File menu - fixes #2040
This commit is contained in:
@@ -464,7 +464,7 @@ MenuItem* StdWorkbench::setupMenuBar() const
|
||||
file->setCommand("&File");
|
||||
*file << "Std_New" << "Std_Open" << "Separator" << "Std_CloseActiveWindow"
|
||||
<< "Std_CloseAllWindows" << "Separator" << "Std_Save" << "Std_SaveAs"
|
||||
<< "Separator" << "Std_Import" << "Std_Export"
|
||||
<< "Std_Revert" << "Separator" << "Std_Import" << "Std_Export"
|
||||
<< "Std_MergeProjects" << "Std_ProjectInfo"
|
||||
<< "Separator" << "Std_Print" << "Std_PrintPreview" << "Std_PrintPdf"
|
||||
<< "Separator" << "Std_RecentFiles" << "Separator" << "Std_Quit";
|
||||
|
||||
Reference in New Issue
Block a user