mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	TextEditor: Add back lost "Save as..." action.
This commit is contained in:
		
							parent
							
								
									68c20e50da
								
							
						
					
					
						commit
						eda272eec8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -78,6 +78,7 @@ TextEditorWidget::TextEditorWidget() | |||
|     file_menu->add_action(*m_new_action); | ||||
|     file_menu->add_action(*m_open_action); | ||||
|     file_menu->add_action(*m_save_action); | ||||
|     file_menu->add_action(*m_save_as_action); | ||||
|     menubar->add_menu(move(file_menu)); | ||||
| 
 | ||||
|     auto edit_menu = make<GMenu>("Edit"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling