Kaydet (Commit) 92209395 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Use "Insert" instead of "Open" in title of 3D Model insertion file dialog

Change-Id: Ibb6a7df3bf25f7006b71deeebd5abb842a628a46
üst f388519b
......@@ -776,7 +776,7 @@ void FuInsert3DModel::DoExecute( SfxRequest& )
{
sfx2::FileDialogHelper aDlg( ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE, 0 );
aDlg.SetTitle( "Open 3DModel" );
aDlg.SetTitle( "Insert 3D Model" );
aDlg.AddFilter( "GL Transmission Format", "*.json" );
aDlg.AddFilter( "All files", "*.*" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment