Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcome authored and morevnaproject committed Nov 29, 2014
1 parent b56d84c commit edb2fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ App::dialog_open_file_spal(const std::string &title, std::string &filename, std:

// show only Synfig color palette file (*.spal)
Glib::RefPtr<Gtk::FileFilter> filter_spal = Gtk::FileFilter::create();
filter_spal->set_name("Synfig palette file (*.spal");
filter_spal->set_name("Synfig palette file (*.spal)");
filter_spal->add_pattern("*.spal");
dialog->add_filter(filter_spal);

Expand Down

0 comments on commit edb2fc2

Please sign in to comment.