Skip to content
Snippets Groups Projects
Commit ef643000 authored by Luminous Luminos's avatar Luminous Luminos
Browse files

fix typo for gtk

parent 5f8fe97e
No related branches found
No related tags found
No related merge requests found
......@@ -1259,7 +1259,7 @@ BOOL LLFilePicker::getSaveFile( ESaveFilter filter, const std::string& filename
suggest_ext = ".xml";
break;
case FFSAVE_CSV:
caption += add_simple_patterm_filter_to_gtkchooser
caption += add_simple_pattern_filter_to_gtkchooser
(picker, "*.csv", LLTrans::getString("csv_files") + " (*.csv)");
break;
case FFSAVE_RAW:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment