mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	LibGUI+Applications: Use String in make_about_action()
				
					
				
			This commit is contained in:
		
							parent
							
								
									e7a5a2e146
								
							
						
					
					
						commit
						ccab5ddf9b
					
				
					 53 changed files with 60 additions and 60 deletions
				
			
		|  | @ -428,7 +428,7 @@ ErrorOr<void> VideoPlayerWidget::initialize_menubar(GUI::Window& window) | |||
| 
 | ||||
|     // Help menu
 | ||||
|     auto help_menu = window.add_menu("&Help"_string); | ||||
|     help_menu->add_action(GUI::CommonActions::make_about_action("Video Player", TRY(GUI::Icon::try_create_default_icon("app-video-player"sv)), &window)); | ||||
|     help_menu->add_action(GUI::CommonActions::make_about_action("Video Player"_string, TRY(GUI::Icon::try_create_default_icon("app-video-player"sv)), &window)); | ||||
| 
 | ||||
|     return {}; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Ledbetter
						Tim Ledbetter