mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Reworded "Shape Gallery" menu and dialog title
This commit is contained in:
		
							parent
							
								
									5de143f04f
								
							
						
					
					
						commit
						7b0d90f489
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -66,7 +66,7 @@ bool GalleryDropTarget::OnDropFiles(wxCoord x, wxCoord y, const wxArrayString& f | |||
| 
 | ||||
| 
 | ||||
| GalleryDialog::GalleryDialog(wxWindow* parent, bool modify_gallery/* = false*/) : | ||||
|     DPIDialog(parent, wxID_ANY, _L("Shapes Gallery"), wxDefaultPosition, wxSize(45 * wxGetApp().em_unit(), -1), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) | ||||
|     DPIDialog(parent, wxID_ANY, _L("Shape Gallery"), wxDefaultPosition, wxSize(45 * wxGetApp().em_unit(), -1), wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) | ||||
| { | ||||
| #ifndef _WIN32 | ||||
|     SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); | ||||
|  |  | |||
|  | @ -1400,7 +1400,7 @@ void MainFrame::init_menubar_as_editor() | |||
|         } | ||||
| 
 | ||||
|         windowMenu->AppendSeparator(); | ||||
|         append_menu_item(windowMenu, wxID_ANY, _L("Modify Shapes Gallery"), _L("Open the dialog to modify shapes gallery"), | ||||
|         append_menu_item(windowMenu, wxID_ANY, _L("Shape Gallery"), _L("Open the dialog to modify shape gallery"), | ||||
|             [this](wxCommandEvent&) {  | ||||
|                 GalleryDialog dlg(this, true); | ||||
|                 if (dlg.ShowModal() == wxID_OK) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik